From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/c/thread%2Fthrd_errors.html | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 devdocs/c/thread%2Fthrd_errors.html (limited to 'devdocs/c/thread%2Fthrd_errors.html') 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 @@ -

thrd_success, thrd_timedout, thrd_busy, thrd_nomem, thrd_error

Defined in header <threads.h>
enum {
-    thrd_success = /* unspecified */,
-    thrd_nomem = /* unspecified */,
-    thrd_timedout = /* unspecified */,
-    thrd_busy = /* unspecified */,
-    thrd_error = /* unspecified */
-};
-
(since C11)

Identifiers for thread states and errors.

- - - - - - -
Constant Explanation
thrd_success indicates successful return value
thrd_nomem indicates unsuccessful return value due to out of memory condition
thrd_timedout indicates timed out return value
thrd_busy indicates unsuccessful return value due to resource temporary unavailable
thrd_error indicates unsuccessful return value

References

-

- © cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
- https://en.cppreference.com/w/c/thread/thrd_errors -

-
-- cgit v1.2.3