MCPcopy Create free account
hub / github.com/acl-dev/acl / pthread_getspecific

Function pthread_getspecific

lib_fiber/c/src/common/pthread_patch.c:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void* pthread_getspecific(pthread_key_t key)
65{
66 return FlsGetValue(key);
67}
68
69int pthread_key_delete(pthread_key_t key)
70{

Callers 4

tls_callocFunction · 0.85
last_serrorFunction · 0.85
sync_timer_getFunction · 0.85
sync_waiter_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…