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

1 2 3

  /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 *);
  /bionic/libc/include/
pthread.h 93 typedef int pthread_key_t; typedef
181 void* pthread_getspecific(pthread_key_t);
187 int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));
188 int pthread_key_delete(pthread_key_t);
252 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-3/include/
pthread.h 84 typedef int pthread_key_t; typedef
196 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
197 int pthread_key_delete (pthread_key_t);
198 int pthread_setspecific(pthread_key_t key, const void *value);
199 void *pthread_getspecific(pthread_key_t key);
  /development/ndk/platforms/android-5/include/
pthread.h 84 typedef int pthread_key_t; typedef
223 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
224 int pthread_key_delete (pthread_key_t);
225 int pthread_setspecific(pthread_key_t key, const void *value);
226 void *pthread_getspecific(pthread_key_t key);
  /development/ndk/platforms/android-8/include/
pthread.h 84 typedef int pthread_key_t; typedef
228 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
229 int pthread_key_delete (pthread_key_t);
230 int pthread_setspecific(pthread_key_t key, const void *value);
231 void *pthread_getspecific(pthread_key_t key);
  /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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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);

Completed in 2560 milliseconds

1 2 3