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

1 2

  /external/chromium/base/
thread_local_posix.cc 15 int error = pthread_key_create(&slot, NULL);
thread_local_storage_posix.cc 16 int error = pthread_key_create(&key_, destructor);
  /external/webkit/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.cpp 83 if (pthread_key_create(&m_key, destruct))
ThreadSpecific.h 136 int error = pthread_key_create(&m_key, destroy);
  /system/core/libcutils/
threads.c 36 if (pthread_key_create( &store->tls, destroy) != 0) {
  /bionic/libc/netbsd/resolv/
res_state.c 102 pthread_key_create( &_res_key, _res_thread_free );
  /external/libvpx/vp8/common/
threading.h 54 #define ts_key_create(ts_key, destructor) pthread_key_create (&(ts_key), destructor);
  /external/webkit/JavaScriptCore/runtime/
JSLock.cpp 43 pthread_key_create(&JSLockCount, 0);
  /external/libxml2/
threads.c 63 extern int pthread_key_create (pthread_key_t *__key,
86 extern int pthread_key_create ()
866 (pthread_key_create != NULL) &&
942 (void) pthread_key_create(&globalkey, xmlFreeGlobalState);
  /external/bluetooth/glib/gthread/
gthread-posix.c 90 # define pthread_key_create(a, b) pthread_keycreate (a, b) macro
269 posix_check_cmd (pthread_key_create ((pthread_key_t *) result, destructor));
  /bionic/libc/include/
pthread.h 257 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /development/ndk/platforms/android-3/include/
pthread.h 190 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /development/ndk/platforms/android-5/include/
pthread.h 217 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /development/ndk/platforms/android-8/include/
pthread.h 222 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /development/ndk/platforms/android-9/include/
pthread.h 259 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 190 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 190 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 190 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 217 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 222 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 222 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
  /bionic/libc/bionic/
stubs.c 74 pthread_key_create( &the_key, stubs_state_free );
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 403 pthread_key_create(&globalObjectKey, unprotectGlobalObject);
  /external/v8/src/
platform-macos.cc 438 int result = pthread_key_create(&key, NULL);
platform-openbsd.cc 410 int result = pthread_key_create(&key, NULL);

Completed in 109 milliseconds

1 2