Searched refs:pthread_key_create (Results 1 – 15 of 15) sorted by relevance
/external/libxml2/ |
D | threads.c | 63 extern int pthread_key_create (pthread_key_t *__key, 86 extern int pthread_key_create () 866 (pthread_key_create != NULL) && in xmlInitThreads() 942 (void) pthread_key_create(&globalkey, xmlFreeGlobalState); in xmlOnceInit()
|
/external/opencore/android/ |
D | thread_init.cpp | 48 0 != pthread_key_create(&ptkey, keydestructor), in CreateTLSEntry()
|
/external/opencore/oscl/oscl/config/android/ |
D | osclconfig_unix_android.h | 93 #define OSCL_TLS_KEY_CREATE_FUNC(key) (pthread_key_create(&key,NULL)==0)
|
/external/opencore/oscl/oscl/config/shared/ |
D | osclconfig_unix_common.h | 93 #define OSCL_TLS_KEY_CREATE_FUNC(key) (pthread_key_create(&key,NULL)==0)
|
/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/JavaScriptCore/runtime/ |
D | JSLock.cpp | 43 pthread_key_create(&JSLockCount, 0); in createJSLockCount()
|
D | Collector.cpp | 583 int error = pthread_key_create(&m_currentThreadRegistrar, unregisterThread); in makeUsableFromMultipleThreads()
|
/external/webkit/JavaScriptCore/wtf/ |
D | ThreadSpecific.h | 104 int error = pthread_key_create(&m_key, destroy); in ThreadSpecific()
|
D | FastMalloc.cpp | 114 pthread_key_create(&isForbiddenKey, 0); in initializeIsForbiddenKey() 2858 pthread_key_create(&heap_key, DestroyThreadCache); in InitTSD()
|
/external/webkit/JavaScriptGlue/ |
D | JSUtils.cpp | 403 pthread_key_create(&globalObjectKey, unprotectGlobalObject); in initializeGlobalObjectKey()
|
/external/webkit/V8Binding/v8/src/ |
D | platform-macos.cc | 400 int result = pthread_key_create(&key, NULL); in CreateThreadLocalKey()
|
D | platform-freebsd.cc | 416 int result = pthread_key_create(&key, NULL); in CreateThreadLocalKey()
|
D | platform-linux.cc | 445 int result = pthread_key_create(&key, NULL); in CreateThreadLocalKey()
|
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/ |
D | SDL_dlcompat.c | 910 if (pthread_key_create(&dlerror_key, &dlerrorfree)) in dlcompat_init_func()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 1652 Check pthread_key_create return value.
|