Home
last modified time | relevance | path

Searched refs:pthread_create_once (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/src/
Dmutex.c24 static void pthread_create_once(void);
38 pthread_create_once(void) in pthread_create_once() function
58 pthread_once(&once_control, pthread_create_once); in pthread_create()