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

Function pthread_create_wrapper

deps/jemalloc/src/background_thread.c:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43int
44pthread_create_wrapper(pthread_t *__restrict thread, const pthread_attr_t *attr,
45 void *(*start_routine)(void *), void *__restrict arg) {
46 pthread_create_wrapper_init();
47
48 return pthread_create_fptr(thread, attr, start_routine, arg);
49}
50#endif /* JEMALLOC_PTHREAD_CREATE_WRAPPER */
51
52#ifndef JEMALLOC_BACKGROUND_THREAD

Callers 2

pthread_createFunction · 0.70

Calls 1

Tested by

no test coverage detected