diff options
Diffstat (limited to 'devdocs/c/thread%2Fthrd_errors.html')
| -rw-r--r-- | devdocs/c/thread%2Fthrd_errors.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/devdocs/c/thread%2Fthrd_errors.html b/devdocs/c/thread%2Fthrd_errors.html deleted file mode 100644 index afdded4d..00000000 --- a/devdocs/c/thread%2Fthrd_errors.html +++ /dev/null @@ -1,25 +0,0 @@ - <h1 id="firstHeading" class="firstHeading">thrd_success, thrd_timedout, thrd_busy, thrd_nomem, thrd_error</h1> <table class="t-dcl-begin"> <tr class="t-dsc-header"> <th> Defined in header <code><threads.h></code> </th> <th> </th> <th> </th> </tr> <tr class="t-dcl t-since-c11"> <td> <pre data-language="c">enum { - thrd_success = /* unspecified */, - thrd_nomem = /* unspecified */, - thrd_timedout = /* unspecified */, - thrd_busy = /* unspecified */, - thrd_error = /* unspecified */ -};</pre> -</td> <td class="t-dcl-nopad"> </td> <td> <span class="t-mark-rev t-since-c11">(since C11)</span> </td> </tr> </table> <p>Identifiers for thread states and errors.</p> -<table class="t-dsc-begin"> <tr class="t-dsc-hitem"> <th> Constant </th> <th> Explanation </th> -</tr> <tr class="t-dsc"> <td> <code>thrd_success</code> </td> <td> indicates successful return value </td> -</tr> <tr class="t-dsc"> <td> <code>thrd_nomem</code> </td> <td> indicates unsuccessful return value due to out of memory condition </td> -</tr> <tr class="t-dsc"> <td> <code>thrd_timedout</code> </td> <td> indicates timed out return value </td> -</tr> <tr class="t-dsc"> <td> <code>thrd_busy</code> </td> <td> indicates unsuccessful return value due to resource temporary unavailable </td> -</tr> <tr class="t-dsc"> <td> <code>thrd_error</code> </td> <td> indicates unsuccessful return value </td> -</tr> </table> <h3 id="References"> References</h3> <ul> -<li> C17 standard (ISO/IEC 9899:2018): </li> -<ul><li> 7.26.1/5 thrd_success, thrd_timedout, ... (p: 275) </li></ul> -<li> C11 standard (ISO/IEC 9899:2011): </li> -<ul><li> 7.26.1/5 thrd_success, thrd_timedout, ... (p: 377) </li></ul> -</ul> <div class="_attribution"> - <p class="_attribution-p"> - © cppreference.com<br>Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.<br> - <a href="https://en.cppreference.com/w/c/thread/thrd_errors" class="_attribution-link">https://en.cppreference.com/w/c/thread/thrd_errors</a> - </p> -</div> |
