HomeSort by relevance Sort by last modified time
    Searched full:pthread_key_create (Results 1 - 25 of 434) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue38121/jni/
main.c 12 pthread_key_create(&mykey, NULL);
  /external/libselinux/src/
selinux_internal.h 98 #pragma weak pthread_key_create macro
116 if (pthread_key_create != NULL) \
117 pthread_key_create(KEY, DESTRUCTOR); \
  /external/chromium/base/threading/
thread_local_posix.cc 17 int error = pthread_key_create(&slot, NULL);
thread_local_storage_posix.cc 19 int error = pthread_key_create(&key_, destructor);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ossource_posix.cpp 26 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) {
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias.ll 31 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create
79 declare extern_weak i32 @pthread_key_create(i32*, void (i8*)*)
2011-08-22-ResolveAlias2.ll 34 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create
84 declare extern_weak i32 @pthread_key_create(i32*, void (i8*)*)
  /bionic/tests/
pthread_test.cpp 23 TEST(pthread, pthread_key_create) {
25 ASSERT_EQ(0, pthread_key_create(&key, NULL));
38 ASSERT_EQ(0, pthread_key_create(&key, NULL)) << i << " of " << sysconf(_SC_THREAD_KEYS_MAX);
44 ASSERT_EQ(EAGAIN, pthread_key_create(&key, NULL));
  /external/valgrind/main/exp-sgcheck/tests/
filter_stderr 32 -e "s/(pthread_key_create.c:[0-9]*)/(in \/...libpthread...)/" \
  /system/core/libcutils/
threads.c 36 if (pthread_key_create( &store->tls, destroy) != 0) {
  /bionic/libc/private/
ThreadLocalBuffer.h 48 pthread_key_create(&__bionic_tls_ ## name ## _key, __bionic_tls_ ## name ## _key_destroy); \
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.cpp 83 if (pthread_key_create(&m_key, destruct))
  /external/llvm/test/CodeGen/Generic/
2009-03-17-LSR-APInt.ll 42 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32*, void (i8*)*)*> [#uses=0]
84 declare i32 @pthread_key_create(i32*, void (i8*)*)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr-tpf.h 78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);

Completed in 778 milliseconds

1 2 3 4 5 6 7 8 91011>>