Searched refs:pthread_once_t (Results 1 – 25 of 35) sorted by relevance
12
11 typedef __darwin_pthread_once_t pthread_once_t; typedef12 int pthread_once(pthread_once_t *, void (*)(void));72 pthread_once_t pred = {0x30B1BCBA, {0}}; in test_pthread_once()76 static pthread_once_t pred = {0x30B1BCBA, {0}}; in test_pthread_once_neg()
82 static pthread_once_t once_control;85 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT;
13 static pthread_once_t gSkTLSKey_Once = PTHREAD_ONCE_INIT;
33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
10 static pthread_once_t once = PTHREAD_ONCE_INIT;
58 pthread_once_t flag_ = PTHREAD_ONCE_INIT;
107 static pthread_once_t lock = PTHREAD_ONCE_INIT; in once()
133 static pthread_once_t sOnce;
22 static pthread_once_t once = PTHREAD_ONCE_INIT;
57 static pthread_once_t once = PTHREAD_ONCE_INIT;
56 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in pthread_create()
106 static pthread_once_t g_thread_local_init_once = PTHREAD_ONCE_INIT;
343 typedef pthread_once_t CRYPTO_once_t;
59 static pthread_once_t once = PTHREAD_ONCE_INIT; in stub_init_once()
53 extern int pthread_once (pthread_once_t *__once_control,148 static pthread_once_t once_control = PTHREAD_ONCE_INIT;149 static pthread_once_t once_control_init = PTHREAD_ONCE_INIT;
362 typedef pthread_once_t gl_once_t;364 STORAGECLASS pthread_once_t NAME = PTHREAD_ONCE_INIT;369 extern int glthread_once_singlethreaded (pthread_once_t *once_control);
454 static const pthread_once_t fresh_once = PTHREAD_ONCE_INIT;457 glthread_once_singlethreaded (pthread_once_t *once_control) in glthread_once_singlethreaded()
33 static pthread_once_t local_rdwr_lock_init = PTHREAD_ONCE_INIT;
100 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
341 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in init_glapi_relocs_once()
24 static pthread_once_t g_once;
61 static pthread_once_t g_thread_create_once = PTHREAD_ONCE_INIT;