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

Function pthread_create

deps/jemalloc/src/mutex.c:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

launchRdbSaveThreadFunction · 0.50
rdbSaveToSlavesSocketsFunction · 0.50
mainFunction · 0.50
bioInitFunction · 0.50
startBenchmarkThreadsFunction · 0.50
mainFunction · 0.50
HelloBlock_RedisCommandFunction · 0.50
HelloKeys_RedisCommandFunction · 0.50
workerFunction · 0.50
acquire_gilFunction · 0.50
do_bg_rm_callFunction · 0.50

Calls 1

pthread_create_wrapperFunction · 0.70

Tested by 1

thd_createFunction · 0.40