Searched refs:pthread_once_t (Results 1 – 25 of 53) sorted by relevance
123
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;
150 pthread_once_t var = PTHREAD_ONCE_INIT;151 #define LOADER_PLATFORM_THREAD_ONCE_DEFINITION(var) pthread_once_t var;152 static inline void loader_platform_thread_once(pthread_once_t *ctl, in loader_platform_thread_once()
13 pthread_once_t dummy;
15 pthread_once_t dummy = PTHREAD_ONCE_INIT;
93 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main()
32 pthread_once_t once_control = PTHREAD_ONCE_INIT;
122 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
27 static pthread_once_t g_initialize_once = PTHREAD_ONCE_INIT;
49 static pthread_once_t g_initialize_once = PTHREAD_ONCE_INIT;
120 static pthread_once_t lock = PTHREAD_ONCE_INIT; in once()
33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
106 static pthread_once_t lock = PTHREAD_ONCE_INIT; in once()
10 static pthread_once_t once = PTHREAD_ONCE_INIT;
93 pthread_once_t once_ctl;
56 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in pthread_create()
164 static pthread_once_t raster_key_once = 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);
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;
59 static pthread_once_t once = PTHREAD_ONCE_INIT; in stub_init_once()
120 static pthread_once_t g_thread_local_init_once = PTHREAD_ONCE_INIT;
115 static pthread_once_t ltp_once = PTHREAD_ONCE_INIT; \