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

  /bionic/libc/include/
pthread.h 80 typedef int pthread_key_t; typedef
257 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
258 int pthread_key_delete (pthread_key_t);
259 int pthread_setspecific(pthread_key_t key, const void *value);
260 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 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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
pthreadtypes.h 140 typedef unsigned int pthread_key_t; typedef
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r5/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);
  /prebuilt/ndk/android-ndk-r5/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);
  /prebuilt/ndk/android-ndk-r5/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);
  /prebuilt/ndk/android-ndk-r5/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /external/valgrind/main/perf/
test_input_for_tinycc.c 509 typedef unsigned int pthread_key_t; typedef
    [all...]

Completed in 270 milliseconds