Searched defs:pthread_once (Results 1 – 7 of 7) sorted by relevance
12 #pragma weak pthread_once macro
65 #define pthread_once dav1d_pthread_once macro
213 #define pthread_once dng_pthread_once macro
1320 TSAN_INTERCEPTOR(int, pthread_once, void *o, void (*f)()) { in TSAN_INTERCEPTOR() argument
1136 pub fn pthread_once(pot: *mut pthread_once_t, f: Option<once_fn>) -> c_int; in pthread_once() function
4002 pub fn pthread_once(control: *mut pthread_once_t, routine: extern "C" fn()) -> ::c_int; in pthread_once() function
5611 pub fn pthread_once(control: *mut pthread_once_t, routine: extern "C" fn()) -> ::c_int; in pthread_once() function