Searched refs:pthread_create_wrapper (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | background_thread_externs.h | 27 extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | mutex.c | 35 return pthread_create_wrapper(thread, attr, start_routine, arg); in pthread_create()
|
| H A D | background_thread.c | 46 pthread_create_wrapper(pthread_t *__restrict thread, const pthread_attr_t *attr, in pthread_create_wrapper() function 367 int create_err = pthread_create_wrapper(thread, attr, start_routine,
|