A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../../cpp/../cpp/../cpp/../cpp/../c/thread/tss_get.html below:

tss_get - cppreference.com

void *tss_get( tss_t tss_key ); (since C11)

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 value

The value on success, NULL on failure.

[edit] Notes

The POSIX equivalent for this function is pthread_getspecific.

[edit] Example [edit] References
[edit] See also

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