Searched defs:pthread_once (Results 1 – 3 of 3) sorted by relevance
136 struct pthread_once { struct142 typedef struct pthread_once pthread_once_t; argument
129 #define pthread_once(...) zap_pthread_once(__VA_ARGS__) macro
976 int pthread_once(pthread_once_t *once, void (*init_func)(void)) in pthread_once() function