HomeSort by relevance Sort by last modified time
    Searched full:pthread_key_create (Results 76 - 100 of 636) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h 54 pthread_key_create(),
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/Unix/
ossource.cpp 119 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
platform_macros.h 119 // we use pthread_key_create()/pthread_getspecific()/... methods for
  /system/core/libunwindstack/tests/files/offline/jit_debug_arm/
dalvikvm32 
  /bionic/libc/bionic/
pthread_key.cpp 83 // Other threads may be calling pthread_key_delete/pthread_key_create while current thread
120 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) {
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 35 int pthread_key_create(unsigned *key, void (*destructor)(void* v));
294 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {
  /external/llvm/test/CodeGen/Generic/
2009-03-17-LSR-APInt.ll 42 @_ZL26__gthrw_pthread_key_createPjPFvPvE = weak alias i32 (i32*, void (i8*)*), i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32*, void (i8*)*)*> [#uses=0]
102 define i32 @pthread_key_create(i32*, void (i8*)*) {
  /external/llvm/test/Transforms/GVN/
2009-03-10-PREOnVoid.ll 29 @_ZL26__gthrw_pthread_key_createPjPFvPvE = weak alias i32 (i32*, void (i8*)*), i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32*, void (i8*)*)*> [#uses=0]
92 define i32 @pthread_key_create(i32*, void (i8*)*) {
  /external/mesa3d/src/glx/
glxcurrent.c 111 if (pthread_key_create(&ContextTSD, NULL) != 0) {
112 perror("pthread_key_create");
  /external/oj-libjdwp/src/solaris/transport/socket/
socket_md.c 312 if (pthread_key_create(&key, NULL)) {
313 perror("pthread_key_create");
  /external/swiftshader/third_party/LLVM/test/Transforms/GVN/
2009-03-10-PREOnVoid.ll 29 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32*, void (i8*)*)*> [#uses=0]
74 declare i32 @pthread_key_create(i32*, void (i8*)*)
  /bionic/libc/dns/resolv/
res_state.c 99 pthread_key_create(&_res_key, _res_thread_free);
  /external/boringssl/src/crypto/
thread_win.c 106 // with |pthread_key_create| which does not call destructors on process exit,
  /external/compiler-rt/lib/asan/
asan_posix.cc 102 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
  /external/compiler-rt/lib/builtins/
emutls.c 118 if (pthread_key_create(&emutls_pthread_key, emutls_key_destructor) != 0)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 66 pthread_key_create(&pkey, thread_dtor);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_posix.cc 56 EXPECT_EQ(pthread_key_create(&key, thread_secific_dtor), 0);
  /external/dng_sdk/source/
dng_pthread.h 225 #define pthread_key_create dng_pthread_key_create macro
  /external/libcups/filter/
error.c 228 pthread_key_create(&raster_key, raster_destructor);
  /external/libcxx/include/
__threading_support 384 return pthread_key_create(__key, __at_exit);
  /external/libvpx/libvpx/vp8/common/
threading.h 86 pthread_key_create(&(ts_key), destructor);
  /external/libxml2/
threads.c 60 #pragma weak pthread_key_create macro
71 #pragma weak pthread_key_create macro
866 (pthread_key_create != NULL) &&
954 (void) pthread_key_create(&globalkey, xmlFreeGlobalState);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
3-2.c 167 ret = pthread_key_create(&tld[j], destructor);
5-1.c 164 ret = pthread_key_create(&tld[j], destructor);
  /external/protobuf/src/google/protobuf/stubs/
mutex.h 111 pthread_key_create(&key_, &ThreadLocalStorage::Delete);

Completed in 3457 milliseconds

1 2 34 5 6 7 8 91011>>