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

12 3

  /prebuilts/ndk/6/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-9/arch-x86/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/7/platforms/android-14/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/7/platforms/android-14/arch-x86/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/7/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/7/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/7/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/7/platforms/android-4/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/7/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/7/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/7/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/7/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/7/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/7/platforms/android-9/arch-x86/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/8/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/8/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/8/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/8/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/8/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/8/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/8/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/8/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/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);

Completed in 770 milliseconds

12 3