Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
H A Dpthread_once.c40 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once() function
50 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once() function
62 weak_alias(__pthread_once, pthread_once);
H A Dcall_once.c6 __pthread_once(flag, func); in call_once()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_once.c40 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once() function
50 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once() function
62 weak_alias(__pthread_once, pthread_once);
/third_party/musl/porting/linux/user/src/include/
H A Dpthread.h20 hidden int __pthread_once(pthread_once_t *, void (*)(void));
/third_party/musl/src/include/
H A Dpthread.h6 hidden int __pthread_once(pthread_once_t *, void (*)(void));

Completed in 2 milliseconds