Searched defs:pthread_once (Results 1 – 5 of 5) sorted by relevance
93 struct pthread_once { struct94 int state;95 pthread_mutex_t mutex;
171 #define pthread_once _pthread_once macro
42 #pragma weak pthread_once macro
1587 TSAN_INTERCEPTOR(int,pthread_once,void * o,void (* f)()) TSAN_INTERCEPTOR() argument