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

Function pthread_create

deps/memkind/src/jemalloc/src/mutex.c:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29#if defined(JEMALLOC_LAZY_LOCK) && !defined(_WIN32)
30JEMALLOC_EXPORT int
31pthread_create(pthread_t *__restrict thread,
32 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *),
33 void *__restrict arg) {
34 return pthread_create_wrapper(thread, attr, start_routine, arg);
35}
36#endif
37
38/******************************************************************************/

Callers 6

TEST_FFunction · 0.50
startMethod · 0.50
ThreadWithParamMethod · 0.50
mainFunction · 0.50
mainFunction · 0.50
thd_createFunction · 0.50

Calls 1

pthread_create_wrapperFunction · 0.70

Tested by 4

TEST_FFunction · 0.40
startMethod · 0.40
ThreadWithParamMethod · 0.40
thd_createFunction · 0.40