HomeSort by relevance Sort by last modified time
    Searched refs:pthread_key_t (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /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
libc-lock.h 64 typedef pthread_key_t __libc_key_t;
582 extern int __pthread_key_create (pthread_key_t *__key,
585 extern int __pthread_setspecific (pthread_key_t __key,
588 extern void *__pthread_getspecific (pthread_key_t __key);
  /bionic/libc/dns/resolv/
res_state.c 96 static pthread_key_t _res_key;
  /external/boringssl/src/crypto/
thread_pthread.c 121 static pthread_key_t g_thread_local_key;
  /external/libcups/filter/
error.c 163 static pthread_key_t raster_key = 0; /* Thread local storage key */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
3-2.c 103 pthread_key_t tld[3];
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 27 pthread_key_t egl_tls_t::sKey = TLS_KEY_NOT_INITIALIZED;
egl.cpp 45 pthread_key_t gGLWrapperKey = -1;
  /frameworks/rs/cpu_ref/
rsd_cpu.h 118 static pthread_key_t getThreadTLSKey();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
libc-lock.h 64 typedef pthread_key_t __libc_key_t;
582 extern int __pthread_key_create (pthread_key_t *__key,
585 extern int __pthread_setspecific (pthread_key_t __key,
588 extern void *__pthread_getspecific (pthread_key_t __key);
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_darwin_arm.c 27 pthread_key_t k;
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_darwin_arm.c 27 pthread_key_t k;
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 90 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0;
  /external/swiftshader/src/Common/
Thread.hpp 28 #define TLS_OUT_OF_INDEXES (pthread_key_t)(~0)
65 typedef pthread_key_t LocalStorageKey;
  /external/v8/src/third_party/vtune/
jitprofiling.cc 127 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0;
  /external/compiler-rt/lib/builtins/
emutls.c 105 static pthread_key_t emutls_pthread_key;
  /external/compiler-rt/lib/safestack/
safestack.cc 123 static pthread_key_t thread_cleanup_key;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 52 static pthread_key_t pkey;
  /external/dng_sdk/source/
dng_mutex.cpp 33 pthread_key_t fInnermostMutexKey;
dng_pthread.h 179 #define pthread_key_t dng_pthread_key_t macro
  /external/jemalloc/include/jemalloc/internal/
tsd.h 121 extern pthread_key_t a_name##tsd_tsd; \
130 extern pthread_key_t a_name##tsd_tsd; \
148 a_attr pthread_key_t a_name##tsd_tsd; \
160 a_attr pthread_key_t a_name##tsd_tsd; \
  /external/libvpx/libvpx/vp8/common/
threading.h 84 #define THREAD_SPECIFIC_INDEX pthread_key_t
  /external/mesa3d/src/glx/
glxcurrent.c 99 static pthread_key_t ContextTSD;
  /external/webrtc/webrtc/base/
thread.h 64 pthread_key_t key_;
  /frameworks/base/libs/hwui/debug/
nullegl.cpp 32 static pthread_key_t ThreadStateKey;

Completed in 684 milliseconds

1 2 34 5 6 7