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

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dmutex.c24 static void pthread_create_once(void);
38 pthread_create_once(void) function
57 pthread_once(&once_control, pthread_create_once);

Completed in 74 milliseconds