HomeSort by relevance Sort by last modified time
    Searched refs:pthread_key_create (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/valgrind/main/exp-ptrcheck/tests/
pth_create.c 17 pthread_key_create ( (pthread_key_t*)((long)key + 1), NULL );
19 pthread_key_create ( key2 , NULL );
pth_specific.c 22 assert( 0 == pthread_key_create ( &key, NULL ) );
pth_create.stderr.exp 3 at 0x........: pthread_key_create (in /...libpthread...)
11 at 0x........: pthread_key_create (in /...libpthread...)
  /external/chromium/base/threading/
thread_local_posix.cc 17 int error = pthread_key_create(&slot, NULL);
thread_local_storage_posix.cc 19 int error = pthread_key_create(&key_, destructor);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ossource_posix.cpp 26 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) {
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.cpp 83 if (pthread_key_create(&m_key, destruct))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
gthr-default.h 150 __gthrw(pthread_key_create)
361 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
734 return __gthrw_(pthread_key_create) (__key, __dtor);
gthr-posix.h 150 __gthrw(pthread_key_create)
361 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
734 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
gthr-default.h 163 __gthrw(pthread_key_create)
374 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
747 return __gthrw_(pthread_key_create) (__key, __dtor);
gthr-posix.h 163 __gthrw(pthread_key_create)
374 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
747 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
gthr-default.h 163 __gthrw(pthread_key_create)
374 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
747 return __gthrw_(pthread_key_create) (__key, __dtor);
gthr-posix.h 163 __gthrw(pthread_key_create)
374 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
747 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
gthr-default.h 163 __gthrw(pthread_key_create)
374 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
747 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /external/llvm/lib/Support/
ThreadLocal.cpp 45 int errorcode = pthread_key_create(key, NULL);
  /system/core/libcutils/
threads.c 36 if (pthread_key_create( &store->tls, destroy) != 0) {
  /external/libvpx/vp8/common/
threading.h 57 #define ts_key_create(ts_key, destructor) pthread_key_create (&(ts_key), destructor);
  /frameworks/base/opengl/libs/EGL/
egl_tls.cpp 65 pthread_key_create(&sKey, NULL);
egl.cpp 165 pthread_key_create(&gGLWrapperKey, NULL);
168 pthread_key_create(&gGLTraceKey, NULL);

Completed in 192 milliseconds

1 2 3 4