Returns the value held in thread-specific storage for the current thread identified by tss_key
. Different threads may get different values identified by the same key.
On thread startup (see thrd_create), the values associated with all TSS keys are NULL. Different value may be placed in the thread-specific storage with tss_set.
[edit] Parameters [edit] Return valueThe value on success, NULL on failure.
[edit] NotesThe POSIX equivalent for this function is pthread_getspecific
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4