HomeSort by relevance Sort by last modified time
    Searched refs:pthread_key_t (Results 76 - 100 of 348) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
pthread.h 80 typedef int pthread_key_t; typedef
190 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
191 int pthread_key_delete (pthread_key_t);
192 int pthread_setspecific(pthread_key_t key, const void *value);
193 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
pthread.h 80 typedef int pthread_key_t; typedef
190 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
191 int pthread_key_delete (pthread_key_t);
192 int pthread_setspecific(pthread_key_t key, const void *value);
193 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
pthread.h 80 typedef int pthread_key_t; typedef
217 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
218 int pthread_key_delete (pthread_key_t);
219 int pthread_setspecific(pthread_key_t key, const void *value);
220 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
pthread.h 80 typedef int pthread_key_t; typedef
222 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
223 int pthread_key_delete (pthread_key_t);
224 int pthread_setspecific(pthread_key_t key, const void *value);
225 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
263 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
264 int pthread_key_delete (pthread_key_t);
265 int pthread_setspecific(pthread_key_t key, const void *value);
266 void *pthread_getspecific(pthread_key_t key);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 126 pthread_key_t key_for_destr_fn_arg;
179 extern "C" pthread_key_t PthreadKeyCreate(void (*destr_fn)(void*)) {
183 pthread_key_t key = TlsAlloc();
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_posix.cc 19 pthread_key_t key;
23 thread_key(pthread_key_t key, pthread_mutex_t *mtx, int val, int *cnt)
55 pthread_key_t key;
  /bionic/libc/include/sys/
types.h 78 typedef .... pthread_key_t;
  /development/ndk/platforms/android-3/include/sys/
types.h 80 typedef .... pthread_key_t;
  /external/chromium/base/threading/
thread_local.h 68 typedef pthread_key_t SlotType;
  /external/chromium_org/base/threading/
thread_local.h 67 typedef pthread_key_t SlotType;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_setspecific.c 42 pthread_setspecific (pthread_key_t key, const void *value)
51 * an instance of pthread_key_t
ptw32_callUserDestroyRoutines.c 113 pthread_key_t k;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nspr_pthread.h 45 extern pthread_key_t current_thread_key;
46 extern pthread_key_t current_cpu_key;
47 extern pthread_key_t last_thread_key;
48 extern pthread_key_t intsoff_key;
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 34 static pthread_key_t sKey;

Completed in 1910 milliseconds

1 2 34 5 6 7 8 91011>>