Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
H A Dpthread_once.c11 hidden int __pthread_once_full(pthread_once_t *control, void (*init)(void)) in __pthread_once_full() function
47 return __pthread_once_full(control, init); in __pthread_once()
58 return __pthread_once_full(control, init); in __pthread_once()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_once.c11 hidden int __pthread_once_full(pthread_once_t *control, void (*init)(void)) in __pthread_once_full() function
47 return __pthread_once_full(control, init); in __pthread_once()
58 return __pthread_once_full(control, init); in __pthread_once()

Completed in 1 milliseconds