MCPcopy Create free account
hub / github.com/beefytech/Beef / pthread_create_wrapper_init

Function pthread_create_wrapper_init

BeefRT/JEMalloc/src/background_thread.c:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 void *(*)(void *), void *__restrict);
32
33static void
34pthread_create_wrapper_init(void) {
35#ifdef JEMALLOC_LAZY_LOCK
36 if (!isthreaded) {
37 isthreaded = true;
38 }
39#endif
40}
41
42int
43pthread_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