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

Function acl_pthread_getspecific

lib_acl/src/thread/acl_pthread.c:429–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void *acl_pthread_getspecific(acl_pthread_key_t key)
430{
431 return TlsGetValue(key);
432}
433
434int acl_pthread_setspecific(acl_pthread_key_t key, void *value)
435{

Callers 15

trace_infoFunction · 0.85
acl_strerror1Function · 0.85
tls_callocFunction · 0.85
acl_read_epoll_waitFunction · 0.85
tls_callocFunction · 0.85
acl_trace_infoFunction · 0.85
mem_slice_createFunction · 0.85
tls_mem_allocFunction · 0.85
acl_mem_slice_gcFunction · 0.85
acl_mem_slice_destroyFunction · 0.85
CloseTimerFunction · 0.85
acl_aio_iocp_closeFunction · 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…