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

Function thread_buf_init

lib_fiber/c/src/common/msg.c:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static void thread_buf_init(void)
255{
256 if (pthread_key_create(&__errbuf_key, thread_free_buf) != 0) {
257 abort();
258 }
259}
260
261static pthread_once_t once_control = PTHREAD_ONCE_INIT;
262

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…