MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / pthread_create_wrapper_init

Function pthread_create_wrapper_init

deps/jemalloc/src/background_thread.c:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 void *(*)(void *), void *__restrict);
33
34static void
35pthread_create_wrapper_init(void) {
36#ifdef JEMALLOC_LAZY_LOCK
37 if (!isthreaded) {
38 isthreaded = true;
39 }
40#endif
41}
42
43int
44pthread_create_wrapper(pthread_t *__restrict thread, const pthread_attr_t *attr,

Callers 2

pthread_create_wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected