Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ pthread_setspecific
Function
pthread_setspecific
lib_fiber/c/src/common/pthread_patch.c:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
int pthread_setspecific(pthread_key_t key, const void* value)
60
{
61
return FlsSetValue(key, (PVOID)value) ? 0 : -1;
62
}
63
64
void* pthread_getspecific(pthread_key_t key)
65
{
Callers
9
thread_init
Function · 0.85
thread_init
Function · 0.85
acl_fiber_schedule
Function · 0.85
kqueue_alloc
Function · 0.85
epoll_alloc
Function · 0.85
tls_calloc
Function · 0.85
last_serror
Function · 0.85
sync_timer_get
Function · 0.85
sync_waiter_get
Function · 0.85
Calls
8
hash_key
Function · 0.85
pthread_mutex_lock
Function · 0.85
pthread_mutex_unlock
Function · 0.85
mem_calloc
Function · 0.85
msg_error
Function · 0.70
htable_find
Function · 0.70
last_serror
Function · 0.70
push_back
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…