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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 37 typedef __darwin_pthread_key_t pthread_key_t; typedef
38 int pthread_setspecific(pthread_key_t, const void *);
  /bionic/libc/private/
ThreadLocalBuffer.h 43 static pthread_key_t __bionic_tls_ ## name ## _key; \
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_key_delete.c 42 pthread_key_delete (pthread_key_t key)
53 * pointer to an instance of pthread_key_t
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadIdentifierDataPthreads.cpp 49 pthread_key_t ThreadIdentifierData::m_key = PTHREAD_KEYS_MAX;
  /external/chromium_org/third_party/angle_dx11/src/compiler/
osinclude.h 47 typedef pthread_key_t OS_TLSIndex;
  /bionic/libc/include/
pthread.h 84 typedef int pthread_key_t; typedef
261 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
262 int pthread_key_delete (pthread_key_t);
263 int pthread_setspecific(pthread_key_t key, const void *value);
264 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 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);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 125 typedef DWORD pthread_key_t; typedef
139 EXTERN_C pthread_key_t PthreadKeyCreate(void (*destr_fn)(void*)); /* port.cc */
141 inline int perftools_pthread_key_create(pthread_key_t *pkey,
143 pthread_key_t key = PthreadKeyCreate(destructor);
159 inline int perftools_pthread_setspecific(pthread_key_t key, const void *value) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 122 typedef DWORD pthread_key_t; typedef
136 EXTERN_C pthread_key_t PthreadKeyCreate(void (*destr_fn)(void*)); /* port.cc */
138 inline int perftools_pthread_key_create(pthread_key_t *pkey,
140 pthread_key_t key = PthreadKeyCreate(destructor);
156 inline int perftools_pthread_setspecific(pthread_key_t key, const void *value) {
  /prebuilts/ndk/4/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/4/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/4/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);
  /prebuilts/ndk/4/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/4/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/4/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/5/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/5/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/5/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/5/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-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/6/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/6/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);

Completed in 1266 milliseconds

12 3 4 5 6 7 8 91011>>