HomeSort by relevance Sort by last modified time
    Searched full:pthread_key_create (Results 26 - 50 of 282) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h 150 __gthrw(pthread_key_create)
334 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
708 return __gthrw_(pthread_key_create) (__key, __dtor);
gthr-posix.h 150 __gthrw(pthread_key_create)
334 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
708 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h 150 __gthrw(pthread_key_create)
334 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
708 return __gthrw_(pthread_key_create) (__key, __dtor);
gthr-posix.h 150 __gthrw(pthread_key_create)
334 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
708 return __gthrw_(pthread_key_create) (__key, __dtor);
  /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));
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /bionic/libc/netbsd/resolv/
res_state.c 110 pthread_key_create( &_res_key, _res_thread_free );
  /bionic/libc/private/
bionic_tls.h 76 * pthread_key_create() to initialize them. on the other hand, there is
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 679 pthread_key_create
  /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/arch-arm/symbols/
libc.so.functions.txt 716 pthread_key_create
  /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/arch-mips/symbols/
libc.so.functions.txt 634 pthread_key_create
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 627 pthread_key_create
  /external/compiler-rt/lib/asan/
asan_posix.cc 174 CHECK(0 == pthread_key_create(&tsd_key, destructor));
  /external/libxml2/
threads.c 61 extern int pthread_key_create (pthread_key_t *__key,
84 extern int pthread_key_create ()
869 (pthread_key_create != NULL) &&
955 (void) pthread_key_create(&globalkey, xmlFreeGlobalState);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 35 pthread_key_create(&sTLSKey, NULL);
  /prebuilts/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 *));
  /prebuilts/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 *));
  /prebuilts/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 *));

Completed in 698 milliseconds

12 3 4 5 6 7 8 91011>>