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

1 2 3 4 5

  /bionic/libc/include/bits/
pthread_types.h 71 typedef int pthread_key_t; typedef
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 38 typedef __darwin_pthread_key_t pthread_key_t; typedef
39 int pthread_setspecific(pthread_key_t, const void *);
  /development/ndk/platforms/android-21/include/
pthread.h 120 typedef int pthread_key_t; typedef
189 void* pthread_getspecific(pthread_key_t);
195 int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));
196 int pthread_key_delete(pthread_key_t);
237 int pthread_setspecific(pthread_key_t, const void*);
  /development/ndk/platforms/android-9/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
pthreadtypes.h 140 typedef unsigned int pthread_key_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
pthreadtypes.h 109 typedef unsigned int pthread_key_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
pthreadtypes.h 140 typedef unsigned int pthread_key_t; typedef
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/
pthread.h 84 typedef int pthread_key_t; typedef
265 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
266 int pthread_key_delete (pthread_key_t);
267 int pthread_setspecific(pthread_key_t key, const void *value);
268 void *pthread_getspecific(pthread_key_t key);

Completed in 754 milliseconds

1 2 3 4 5