Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
void* pthread_getspecific(pthread_key_t key)
65
{
66
return FlsGetValue(key);
67
}
68
69
int pthread_key_delete(pthread_key_t key)
70
{
Callers
4
tls_calloc
Function · 0.85
last_serror
Function · 0.85
sync_timer_get
Function · 0.85
sync_waiter_get
Function · 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…