HomeSort by relevance Sort by last modified time
    Searched defs:pthread_key_t (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 37 typedef __darwin_pthread_key_t pthread_key_t; typedef
38 int pthread_setspecific(pthread_key_t, const void *);
  /bionic/libc/include/
pthread.h 84 typedef int pthread_key_t; typedef
261 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
262 int pthread_key_delete (pthread_key_t);
263 int pthread_setspecific(pthread_key_t key, const void *value);
264 void *pthread_getspecific(pthread_key_t key);
  /development/ndk/platforms/android-3/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);
  /development/ndk/platforms/android-5/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);
  /development/ndk/platforms/android-8/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);
  /development/ndk/platforms/android-9/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
pthreadtypes.h 140 typedef unsigned int pthread_key_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
pthreadtypes.h 140 typedef unsigned int pthread_key_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
pthreadtypes.h 140 typedef unsigned int pthread_key_t; typedef
  /prebuilts/ndk/4/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/4/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/4/platforms/android-5/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/4/platforms/android-5/arch-x86/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/4/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/4/platforms/android-8/arch-x86/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/5/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/5/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/5/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/5/platforms/android-9/arch-arm/usr/include/
pthread.h 80 typedef int pthread_key_t; typedef
259 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
260 int pthread_key_delete (pthread_key_t);
261 int pthread_setspecific(pthread_key_t key, const void *value);
262 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/6/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/6/platforms/android-3/arch-x86/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/6/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/6/platforms/android-5/arch-x86/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/6/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/6/platforms/android-8/arch-x86/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);

Completed in 1139 milliseconds

1 2 3