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

Function thread_init

lib_fiber/c/src/sync/sync_timer.c:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static void thread_init(void)
64{
65 if (pthread_key_create(&__timer_key, thread_free) != 0) {
66 abort();
67 }
68}
69
70static void wakeup_waiter(SYNC_TIMER *timer UNUSED, SYNC_OBJ *obj)
71{

Callers

nothing calls this directly

Calls 1

pthread_key_createFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…