Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DProcessPipe.cpp24 static pthread_once_t sProcPipeOnce = PTHREAD_ONCE_INIT;
/device/lge/bullhead/liblight/
Dlights.c37 static pthread_once_t g_init = PTHREAD_ONCE_INIT;
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dreentrant.h131 #define once_t pthread_once_t
/device/huawei/angler/liblight/
Dlights.c43 static pthread_once_t g_init = PTHREAD_ONCE_INIT;
/device/google/marlin/liblight/
Dlights.c42 static pthread_once_t g_init = PTHREAD_ONCE_INIT;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp48 pthread_once_t dispatchTablesInitialized = PTHREAD_ONCE_INIT;
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp83 static pthread_once_t sFallbackOnce = PTHREAD_ONCE_INIT;
/device/generic/goldfish/audio/
Daudio_hw.c57 static pthread_once_t sFallbackOnce = PTHREAD_ONCE_INIT;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2413 pthread_once_t = __darwin_pthread_once_t variable