HomeSort by relevance Sort by last modified time
    Searched refs:pthread_key_create (Results 26 - 41 of 41) sorted by null

12

  /external/v8/src/
platform-solaris.cc 385 int result = pthread_key_create(&key, NULL);
platform-freebsd.cc 437 int result = pthread_key_create(&key, NULL);
platform-linux.cc 531 int result = pthread_key_create(&key, NULL);
  /frameworks/base/libs/utils/
Looper.cpp 109 int result = pthread_key_create(& gTLSKey, threadDestructor);
  /frameworks/base/opengl/libs/EGL/
egl.cpp 324 pthread_key_create(&gEGLThreadLocalStorageKey, NULL);
351 pthread_key_create(&gEGLThreadLocalStorageKey, NULL);
448 pthread_key_create(&gGLWrapperKey, NULL);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 910 if (pthread_key_create(&dlerror_key, &dlerrorfree))
    [all...]
  /external/stlport/src/
allocators.cpp 913 if (pthread_key_create(&_S_key, _S_destructor)) {
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 280 pthread_key_create(&gBgKey, NULL);
  /frameworks/base/libs/binder/
IPCThreadState.cpp 311 if (pthread_key_create(&gTLS, threadDestructor) != 0) {
    [all...]
  /frameworks/base/libs/rs/
rsContext.cpp 424 status = pthread_key_create(&gThreadTLSKey, NULL);
  /ndk/sources/android/stlport/src/
allocators.cpp 913 if (pthread_key_create(&_S_key, _S_destructor)) {
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 75 pthread_key_create(&gEGLErrorKey, NULL);
    [all...]
  /bionic/libc/bionic/
pthread.c 1650 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *)) function
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 663 int error = pthread_key_create(&m_currentThreadRegistrar, unregisterThread);
    [all...]
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp 114 pthread_key_create(&isForbiddenKey, 0);
    [all...]
  /dalvik/vm/
Thread.c 266 if (pthread_key_create(&gDvm.pthreadKeySelf, threadExitCheck) != 0) {
267 LOGE("ERROR: pthread_key_create failed\n");
    [all...]

Completed in 809 milliseconds

12