/external/libselinux/src/ |
D | 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/ |
D | thread_local_posix.cc | 17 int error = pthread_key_create(&slot, NULL); in AllocateSlot()
|
D | thread_local_storage_posix.cc | 19 int error = pthread_key_create(&key_, destructor); in Initialize()
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | ossource_posix.cpp | 26 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | ThreadIdentifierDataPthreads.cpp | 83 if (pthread_key_create(&m_key, destruct)) in initializeKeyOnceHelper()
|
D | ThreadSpecific.h | 143 int error = pthread_key_create(&m_key, destroy); in ThreadSpecific()
|
/external/llvm/test/Linker/ |
D | 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*)*)
|
D | 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*)*)
|
/external/libxml2/ |
D | threads.c | 61 extern int pthread_key_create (pthread_key_t *__key, 84 extern int pthread_key_create () 869 (pthread_key_create != NULL) && in xmlInitThreads() 955 (void) pthread_key_create(&globalkey, xmlFreeGlobalState); in xmlOnceInit()
|
/external/llvm/lib/Support/ |
D | ThreadLocal.cpp | 45 int errorcode = pthread_key_create(key, NULL); in ThreadLocalImpl()
|
/external/libvpx/vp8/common/ |
D | threading.h | 57 #define ts_key_create(ts_key, destructor) pthread_key_create (&(ts_key), destructor);
|
/external/llvm/test/CodeGen/Generic/ |
D | 2009-03-17-LSR-APInt.ll | 42 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create … 84 declare i32 @pthread_key_create(i32*, void (i8*)*)
|
/external/bluetooth/glib/gthread/ |
D | gthread-posix.c | 90 # define pthread_key_create(a, b) pthread_keycreate (a, b) macro 269 posix_check_cmd (pthread_key_create ((pthread_key_t *) result, destructor)); in g_private_new_posix_impl()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSLock.cpp | 48 pthread_key_create(&JSLockCount, 0); in createJSLockCount()
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-03-10-PREOnVoid.ll | 29 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create … 74 declare i32 @pthread_key_create(i32*, void (i8*)*)
|
/external/compiler-rt/lib/asan/ |
D | asan_posix.cc | 174 CHECK(0 == pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
|
/external/opencv/cxcore/src/ |
D | cxerror.cpp | 424 int pthrerr = pthread_key_create( &g_TlsIndex, icvPthreadDestructor );
|
/external/webkit/Source/JavaScriptGlue/ |
D | JSUtils.cpp | 404 pthread_key_create(&globalObjectKey, unprotectGlobalObject); in initializeGlobalObjectKey()
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | MachineStackMarker.cpp | 196 int error = pthread_key_create(&m_threadSpecific, removeThread); in makeUsableFromMultipleThreads()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | thread.cc | 57 pthread_key_create(&key_, NULL); in ThreadManager()
|
/external/valgrind/main/ |
D | darwin9-drd.supp | 228 fun:pthread_key_create
|
/external/v8/src/ |
D | platform-cygwin.cc | 454 int result = pthread_key_create(&key, NULL); in CreateThreadLocalKey()
|
D | platform-macos.cc | 621 int result = pthread_key_create(&key, NULL); in CreateThreadLocalKey()
|
D | platform-freebsd.cc | 529 int result = pthread_key_create(&key, NULL); in CreateThreadLocalKey()
|
/external/elfutils/tests/ |
D | run-strings-test.sh | 144 testfile4: d73 pthread_key_create
|