Searched refs:pthread_once_t (Results 1 – 25 of 29) sorted by relevance
12
144 static pthread_once_t OnceInit = PTHREAD_ONCE_INIT; in fdrCommonHeaderInfo()208 static pthread_once_t HeaderOnce = PTHREAD_ONCE_INIT; in fdrIterator()422 static pthread_once_t OnceProbe = PTHREAD_ONCE_INIT; in getTimestamp()567 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleCustomEvent()597 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleTypedEvent()679 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()
426 static pthread_once_t Once = PTHREAD_ONCE_INIT; in profilingLoggingInit()
384 static pthread_once_t Once = PTHREAD_ONCE_INIT; in nextBuffer()
22 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
46 static pthread_once_t once = PTHREAD_ONCE_INIT; in OPENSSL_init_ssl()
12 pthread_once_t pred = {0x30B1BCBA, {0}}; in test()
119 typedef struct pthread_once pthread_once_t; typedef236 int pthread_once(pthread_once_t *, void (*) (void));
12 pthread_once_t once_control = PTHREAD_ONCE_INIT;
148 static pthread_once_t loaded = PTHREAD_ONCE_INIT; in ERR_load_crypto_strings()
77 static pthread_once_t openssl_configured = PTHREAD_ONCE_INIT;
36 static pthread_once_t crypto_init_once = PTHREAD_ONCE_INIT;
46 typedef pthread_once_t __gthread_once_t;134 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
37 pthread_once (pthread_once_t *once ATTRIBUTE_UNUSED, in pthread_once()
47 typedef pthread_once_t __gthread_once_t;171 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
52 typedef pthread_once_t __gthread_once_t;
48 typedef pthread_once_t __gthread_once_t;
58 static pthread_once_t key_once = PTHREAD_ONCE_INIT;
53 typedef pthread_once_t __gthread_once_t;
41 typedef pthread_once_t __gthread_once_t;
312 static pthread_once_t once = PTHREAD_ONCE_INIT; in __isOSVersionAtLeast()
124 static pthread_once_t once = PTHREAD_ONCE_INIT; in emutls_init_once()
186 int(pthread_once_t *, void (*)(void)))
61 static pthread_once_t once = PTHREAD_ONCE_INIT; in tls_init()