Searched refs:pthread_once_t (Results 1 – 25 of 85) sorted by relevance
1234
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()
13 typedef __darwin_pthread_once_t pthread_once_t; typedef14 int pthread_once(pthread_once_t *, void (*)(void));115 pthread_once_t pred = {0x30B1BCBA, {0}}; in test_pthread_once()119 static pthread_once_t pred = {0x30B1BCBA, {0}}; in test_pthread_once_neg()
128 static pthread_once_t once_control;169 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT;
144 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in fdrCommonHeaderInfo()208 static pthread_once_t HeaderOnce = PTHREAD_ONCE_INIT; in fdrIterator()423 static pthread_once_t OnceProbe = PTHREAD_ONCE_INIT; in getTimestamp()568 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleCustomEvent()598 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleTypedEvent()680 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in fdrLoggingInit()
92 static pthread_once_t DetectOnce = PTHREAD_ONCE_INIT; in getLog()118 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in getGlobalLog()383 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in basicLoggingInit()503 static pthread_once_t DynamicOnce = PTHREAD_ONCE_INIT; in basicLogDynamicInitializer()
13 pthread_once_t dummy;
15 pthread_once_t dummy = PTHREAD_ONCE_INIT;
91 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;
120 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
30 typedef pthread_once_t gpr_once;
48 typedef pthread_once_t gpr_once;
12 pthread_once_t pred = {0x30B1BCBA, {0}}; in test()
30 static pthread_once_t g_initialize_once = PTHREAD_ONCE_INIT;
37 static pthread_once_t g_initialize_once = PTHREAD_ONCE_INIT;
31 static pthread_once_t ltp_once = PTHREAD_ONCE_INIT; \
120 static pthread_once_t lock = PTHREAD_ONCE_INIT; in once()
87 static pthread_once_t lock = PTHREAD_ONCE_INIT; in aom_once()
19 static pthread_once_t GlobalInitialized = PTHREAD_ONCE_INIT;
19 static pthread_once_t init_guard = PTHREAD_ONCE_INIT;
47 static pthread_once_t init_once = PTHREAD_ONCE_INIT;
54 static pthread_once_t init_once = PTHREAD_ONCE_INIT; in GetQueuePtrTls()