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

Function pthread_create_wrapper

deps/memkind/src/jemalloc/src/background_thread.c:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

pthread_createFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected