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_current.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 devdocs/c/thread%2Fthrd_current.html (limited to 'devdocs/c/thread%2Fthrd_current.html') diff --git a/devdocs/c/thread%2Fthrd_current.html b/devdocs/c/thread%2Fthrd_current.html deleted file mode 100644 index 3d5512bc..00000000 --- a/devdocs/c/thread%2Fthrd_current.html +++ /dev/null @@ -1,16 +0,0 @@ -

thrd_current

Defined in header <threads.h>
thrd_t thrd_current( void );
-
(since C11)

Returns the identifier of the calling thread.

-

Parameters

(none)

-

Return value

The identifier of the calling thread.

-

References

See also

-
C++ documentation for get_id
-

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

-
-- cgit v1.2.3