Searched defs:pthread_once (Results 1 – 2 of 2) sorted by relevance
95 struct pthread_once { struct96 int state;97 pthread_mutex_t mutex;
501 int pthread_once(pthread_once_t *a, void (b) (void)) in pthread_once() function