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

12 3 4 5 6

  /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);
  /prebuilt/ndk/android-ndk-r7/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);
  /prebuilt/ndk/android-ndk-r7/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);
  /prebuilt/ndk/android-ndk-r7/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-r7/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-r7/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-r7/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);
  /prebuilt/ndk/android-ndk-r7/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-r7/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-r7/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-r7/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-r7/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-r7/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);
  /bionic/libc/include/sys/
types.h 80 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;
  /frameworks/base/libs/rs/driver/
rsdCore.h 72 extern pthread_key_t rsdgThreadTLSKey;
  /frameworks/base/opengl/libs/EGL/
egl_tls.h 34 static pthread_key_t sKey;

Completed in 655 milliseconds

12 3 4 5 6