MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pthread_create

Function pthread_create

app/redis-6.2.6/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

startBenchmarkThreadsFunction · 0.50
initThreadedIOFunction · 0.50
bioInitFunction · 0.50
HelloBlock_RedisCommandFunction · 0.50
HelloKeys_RedisCommandFunction · 0.50
workerFunction · 0.50
acquire_gilFunction · 0.50
do_bg_rm_callFunction · 0.50
HelloBlock_RedisCommandFunction · 0.50

Calls 1

pthread_create_wrapperFunction · 0.85

Tested by 8

workerFunction · 0.40
acquire_gilFunction · 0.40
do_bg_rm_callFunction · 0.40
HelloBlock_RedisCommandFunction · 0.40
thd_createFunction · 0.40