Searched refs:pthread_getspecific (Results 1 - 25 of 63) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
H A D2-1.c32 rc = pthread_getspecific(key);
44 rc = pthread_getspecific(key);
H A D1-1.c54 rc = pthread_getspecific(keys[i]);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/
H A D3-1.c8 * Test that pthread_getspecific()
16 * 2. Call pthread_getspecific() and check that the value returns NULL.
36 rc = pthread_getspecific(key);
H A D1-1.c8 * Test that pthread_getspecific()
11 * Calling pthread_getspecific() with a key value not obtained from pthread_key_create() or
17 * 3. Call pthread_getspecific() on each key and check that the value returned is correct.
51 rc = pthread_getspecific(keys[i]);
/external/parameter-framework/asio/include/asio/detail/
H A Dposix_tss_ptr.hpp50 return static_cast<T*>(::pthread_getspecific(tss_key_));
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dposix_tss_ptr.hpp50 return static_cast<T*>(::pthread_getspecific(tss_key_));
/external/skia/src/ports/
H A DSkTLS_pthread.cpp20 return pthread_getspecific(gSkTLSKey);
/external/skqp/src/ports/
H A DSkTLS_pthread.cpp20 return pthread_getspecific(gSkTLSKey);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
H A D1-2.c50 rc2 = pthread_getspecific(key);
85 rc1 = pthread_getspecific(key);
H A D1-1.c18 * 3. Call pthread_getspecific() on each key and check that the value returned is correct.
54 rc = pthread_getspecific(keys[i]);
/external/libchrome/base/threading/
H A Dthread_local_storage_posix.cc24 return pthread_getspecific(key);
/external/llvm/lib/Support/Unix/
H A DThreadLocal.inc52 return pthread_getspecific(*key);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DThreadLocal.inc52 return pthread_getspecific(*key);
/external/libusb/libusb/os/
H A Dthreads_posix.h49 #define usbi_tls_key_get pthread_getspecific
/external/swiftshader/src/OpenGL/compiler/
H A Dosinclude.h69 return pthread_getspecific(nIndex);
/external/boringssl/src/crypto/
H A Dthread_pthread.c135 void **pointers = pthread_getspecific(g_thread_local_key);
150 void **pointers = pthread_getspecific(g_thread_local_key);
/external/deqp/framework/delibs/dethread/unix/
H A DdeThreadLocalUnix.c67 return pthread_getspecific(threadLocalToKey(threadLocal));
/external/swiftshader/third_party/LLVM/lib/Support/
H A DThreadLocal.cpp68 return pthread_getspecific(*key);
/external/swiftshader/third_party/subzero/src/
H A DIceTLS.h69 // called. The F__key field is used as the argument to pthread_getspecific()
91 static_cast<FieldName##__type>(pthread_getspecific(FieldName##__key)))
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h44 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
64 #define pthread_getspecific(ts_key) ((void *)(*(ts_key))) macro
/external/ImageMagick/MagickCore/
H A Dthread.c198 return(pthread_getspecific(key));
/external/compiler-rt/lib/asan/
H A Dasan_posix.cc107 return pthread_getspecific(tsd_key);
/external/libcups/cups/
H A Dthread-private.h46 # define _cupsThreadGetData(k) pthread_getspecific(k)
/external/protobuf/src/google/protobuf/stubs/
H A Dmutex.h117 T* result = static_cast<T*>(pthread_getspecific(key_));
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c171 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
209 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
430 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);

Completed in 714 milliseconds

123