Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/bionic/libc/bionic/
H A Dpthread_once.cpp41 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()
H A DNetdClient.cpp68 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
H A Dlocale.cpp85 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;
/aosp12/libnativehelper/
H A DJniConstants.c113 static pthread_once_t g_initialized = PTHREAD_ONCE_INIT;
167 pthread_once_t o = PTHREAD_ONCE_INIT; in jniUninitializeConstants()
/aosp12/bionic/libc/include/bits/
H A Dpthread_types.h82 typedef int pthread_once_t; typedef
/aosp12/frameworks/av/media/libcpustats/include/cpustats/
H A DThreadCpuUsage.h132 static pthread_once_t sOnceControl;
/aosp12/frameworks/av/services/audioflinger/
H A DFastMixerState.h70 static pthread_once_t sMaxFastTracksOnce; // Protects initializer for sMaxFastTracks
H A DFastMixerState.cpp54 pthread_once_t FastMixerState::sMaxFastTracksOnce = PTHREAD_ONCE_INIT;
H A DBufLog.cpp34 pthread_once_t onceControl = PTHREAD_ONCE_INIT;
/aosp12/bionic/tests/headers/posix/
H A Dsys_types_h.c57 TYPE(pthread_once_t); in sys_types_h()
H A Dpthread_h.c83 TYPE(pthread_once_t); in pthread_h()
178 FUNCTION(pthread_once, int (*f)(pthread_once_t*, void (*)(void))); in pthread_h()
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h30 static pthread_once_t sOnceKey;
H A Degl_tls.cpp29 pthread_once_t egl_tls_t::sOnceKey = PTHREAD_ONCE_INIT;
H A Degl.cpp122 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/aosp12/system/core/libcutils/
H A Dtrace-dev.cpp21 static pthread_once_t atrace_once_control = PTHREAD_ONCE_INIT;
H A Dtrace-container.cpp31 static pthread_once_t atrace_once_control = PTHREAD_ONCE_INIT;
/aosp12/system/bt/utils/src/
H A Dbt_utils.cc54 static pthread_once_t g_DoSchedulingGroupOnce[TASK_HIGH_MAX];
/aosp12/bionic/libc/malloc_debug/
H A DUnwindBacktrace.cpp53 static pthread_once_t g_setup_once = PTHREAD_ONCE_INIT;
/aosp12/bionic/libc/include/
H A Dthreads.h59 typedef pthread_once_t once_flag;
/aosp12/system/core/libqtaguid/
H A Dqtaguid.c44 pthread_once_t resTrackInitDone = PTHREAD_ONCE_INIT;
/aosp12/frameworks/av/media/libaudioprocessing/include/media/
H A DAudioMixer.h165 static pthread_once_t sOnceControl; // initialized in constructor by first new
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c139 static pthread_once_t once = PTHREAD_ONCE_INIT; in FwdLockGlue_InitializeKeyEncryption()
/aosp12/hardware/qcom/display/msm8084/liblight/
H A Dlights.c37 static pthread_once_t g_init = PTHREAD_ONCE_INIT;
/aosp12/frameworks/av/media/libcpustats/
H A DThreadCpuUsage.cpp171 pthread_once_t ThreadCpuUsage::sOnceControl = PTHREAD_ONCE_INIT;
/aosp12/hardware/qcom/display/msm8960/liblight/
H A Dlights.c39 static pthread_once_t g_init = PTHREAD_ONCE_INIT;

123