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

Function thread_free

lib_fiber/c/src/sync/sync_timer.c:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55static pthread_key_t __timer_key;
56
57static void thread_free(void *ctx)
58{
59 SYNC_TIMER *timer = (SYNC_TIMER*) ctx;
60 sync_timer_free(timer);
61}
62
63static void thread_init(void)
64{

Callers

nothing calls this directly

Calls 1

sync_timer_freeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…