Searched refs:pthread_once_t (Results 1 – 25 of 56) sorted by relevance
123
41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { in pthread_once()42 static_assert(sizeof(atomic_int) == sizeof(pthread_once_t), in pthread_once()
68 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
85 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;
113 static pthread_once_t g_initialized = PTHREAD_ONCE_INIT;167 pthread_once_t o = PTHREAD_ONCE_INIT; in jniUninitializeConstants()
82 typedef int pthread_once_t; typedef
132 static pthread_once_t sOnceControl;
70 static pthread_once_t sMaxFastTracksOnce; // Protects initializer for sMaxFastTracks
54 pthread_once_t FastMixerState::sMaxFastTracksOnce = PTHREAD_ONCE_INIT;
34 pthread_once_t onceControl = PTHREAD_ONCE_INIT;
57 TYPE(pthread_once_t); in sys_types_h()
83 TYPE(pthread_once_t); in pthread_h()178 FUNCTION(pthread_once, int (*f)(pthread_once_t*, void (*)(void))); in pthread_h()
30 static pthread_once_t sOnceKey;
29 pthread_once_t egl_tls_t::sOnceKey = PTHREAD_ONCE_INIT;
122 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
21 static pthread_once_t atrace_once_control = PTHREAD_ONCE_INIT;
31 static pthread_once_t atrace_once_control = PTHREAD_ONCE_INIT;
54 static pthread_once_t g_DoSchedulingGroupOnce[TASK_HIGH_MAX];
53 static pthread_once_t g_setup_once = PTHREAD_ONCE_INIT;
59 typedef pthread_once_t once_flag;
44 pthread_once_t resTrackInitDone = PTHREAD_ONCE_INIT;
165 static pthread_once_t sOnceControl; // initialized in constructor by first new
139 static pthread_once_t once = PTHREAD_ONCE_INIT; in FwdLockGlue_InitializeKeyEncryption()
37 static pthread_once_t g_init = PTHREAD_ONCE_INIT;
171 pthread_once_t ThreadCpuUsage::sOnceControl = PTHREAD_ONCE_INIT;
39 static pthread_once_t g_init = PTHREAD_ONCE_INIT;