Searched refs:pthread_key_create (Results 1 - 25 of 30) sorted by relevance

12

/external/valgrind/main/exp-ptrcheck/tests/
H A Dpth_create.c17 pthread_key_create ( (pthread_key_t*)((long)key + 1), NULL );
19 pthread_key_create ( key2 , NULL );
H A Dpth_specific.c22 assert( 0 == pthread_key_create ( &key, NULL ) );
H A Dpth_create.stderr.exp3 at 0x........: pthread_key_create (in /...libpthread...)
11 at 0x........: pthread_key_create (in /...libpthread...)
/external/chromium/base/threading/
H A Dthread_local_posix.cc17 int error = pthread_key_create(&slot, NULL);
H A Dthread_local_storage_posix.cc19 int error = pthread_key_create(&key_, destructor);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dossource_posix.cpp26 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) {
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadIdentifierDataPthreads.cpp83 if (pthread_key_create(&m_key, destruct))
H A DThreadSpecific.h143 int error = pthread_key_create(&m_key, destroy);
/external/llvm/lib/Support/
H A DThreadLocal.cpp45 int errorcode = pthread_key_create(key, NULL);
/external/libvpx/vp8/common/
H A Dthreading.h57 #define ts_key_create(ts_key, destructor) pthread_key_create (&(ts_key), destructor);
/external/libxml2/
H A Dthreads.c63 extern int pthread_key_create (pthread_key_t *__key,
86 extern int pthread_key_create ()
866 (pthread_key_create != NULL) &&
942 (void) pthread_key_create(&globalkey, xmlFreeGlobalState);
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSLock.cpp48 pthread_key_create(&JSLockCount, 0);
/external/bluetooth/glib/gthread/
H A Dgthread-posix.c90 # define pthread_key_create(a, b) pthread_keycreate (a, b) macro
269 posix_check_cmd (pthread_key_create ((pthread_key_t *) result, destructor));
/external/opencv/cxcore/src/
H A Dcxerror.cpp424 int pthrerr = pthread_key_create( &g_TlsIndex, icvPthreadDestructor );
/external/webkit/Source/JavaScriptGlue/
H A DJSUtils.cpp404 pthread_key_create(&globalObjectKey, unprotectGlobalObject);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.cc57 pthread_key_create(&key_, NULL);
/external/v8/src/
H A Dplatform-openbsd.cc430 int result = pthread_key_create(&key, NULL);
H A Dplatform-cygwin.cc453 int result = pthread_key_create(&key, NULL);
H A Dplatform-freebsd.cc485 int result = pthread_key_create(&key, NULL);
H A Dplatform-macos.cc541 int result = pthread_key_create(&key, NULL);
H A Dplatform-solaris.cc444 int result = pthread_key_create(&key, NULL);
/external/webkit/Source/JavaScriptCore/heap/
H A DMachineStackMarker.cpp196 int error = pthread_key_create(&m_threadSpecific, removeThread);
/external/mesa3d/test/
H A Degl.cpp83 pthread_key_create(&gEGLErrorKey, NULL);
1327 pthread_key_create(&gl::gGLKey, NULL);
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1266 // pthread_key_create() requires DeleteThreadLocalValue() to have
1350 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1287 // pthread_key_create() requires DeleteThreadLocalValue() to have
1371 pthread_key_create(&key, &DeleteThreadLocalValue));

Completed in 384 milliseconds

12