HomeSort by relevance Sort by last modified time
    Searched refs:pthread_once_t (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-posix.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h 59 typedef pthread_once_t __gthread_once_t;
221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
  /bionic/libc/netbsd/net/
reentrant.h 131 #define once_t pthread_once_t
  /device/moto/stingray/liblights/
lights.c 45 static pthread_once_t g_init = PTHREAD_ONCE_INIT;
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 93 static pthread_once_t g_once = PTHREAD_ONCE_INIT;
  /frameworks/base/opengl/libs/EGL/
egl.cpp 180 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
  /hardware/msm7k/liblights/
lights.c 37 static pthread_once_t g_init = PTHREAD_ONCE_INIT;
  /ndk/sources/android/cpufeatures/
cpu-features.c 55 static pthread_once_t g_once;
  /system/core/libcutils/
properties.c 84 static pthread_once_t gInitOnce = PTHREAD_ONCE_INIT;
  /external/libxml2/
threads.c 55 extern int pthread_once (pthread_once_t *__once_control,
150 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
  /bionic/libc/bionic/
malloc_debug_common.c 478 static pthread_once_t malloc_init_once_ctl = PTHREAD_ONCE_INIT;
stubs.c 115 static pthread_once_t the_once = PTHREAD_ONCE_INIT;
  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 26 static pthread_once_t eglDispatchInitialized = PTHREAD_ONCE_INIT;
  /external/webkit/Source/JavaScriptGlue/
JSUtils.cpp 394 static pthread_once_t globalObjectKeyOnce = PTHREAD_ONCE_INIT;

Completed in 685 milliseconds

1 2 3 45 6