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

1 2 3 4 5 6 7 8 910

  /ndk/tests/device/issue38121/jni/
main.c 4 void dodgy_function(pthread_key_t* key)
11 pthread_key_t mykey;
  /external/llvm/lib/Support/
ThreadLocal.cpp 53 typedef int SIZE_TOO_BIG[sizeof(pthread_key_t) <= sizeof(data) ? 1 : -1];
54 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
61 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
68 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
75 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.h 44 static pthread_key_t s_glKey;
45 static pthread_key_t s_connectionKey;
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.h 70 static pthread_key_t m_key;
ThreadIdentifierDataPthreads.cpp 41 pthread_key_t ThreadIdentifierData::m_key;
  /bionic/libc/bionic/
pthread_key.cpp 66 static inline bool IsValidUserKey(pthread_key_t key) {
93 for (pthread_key_t key = 0; key < TLS_SLOT_FIRST_USER_SLOT; ++key) {
104 int CreateKey(pthread_key_t* result, void (*key_destructor)(void*)) {
118 void DeleteKey(pthread_key_t key) {
123 bool IsInUse(pthread_key_t key) {
127 void SetInUse(pthread_key_t key, void (*key_destructor)(void*)) {
196 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) {
201 // Deletes a pthread_key_t. note that the standard mandates that this does
205 int pthread_key_delete(pthread_key_t key) {
236 void* pthread_getspecific(pthread_key_t key)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ossource_posix.cpp 21 pthread_key_t pPoolIndex;
  /frameworks/native/opengl/libs/EGL/
egldefs.h 55 extern pthread_key_t gGLWrapperKey;
egl_tls.h 33 static pthread_key_t sKey;
  /external/chromium/base/threading/
thread_local_storage.h 65 pthread_key_t key_;
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.h 67 pthread_key_t m_threadSpecific;
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 30 typedef __darwin_pthread_key_t pthread_key_t; typedef
31 int pthread_setspecific(pthread_key_t, const void *);
  /bionic/libc/private/
ThreadLocalBuffer.h 43 static pthread_key_t __bionic_tls_ ## name ## _key; \
  /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);
  /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);

Completed in 1392 milliseconds

1 2 3 4 5 6 7 8 910