Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 25 of 130) sorted by relevance

123456

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
D2-1.c32 rc = pthread_getspecific(key); in main()
44 rc = pthread_getspecific(key); in main()
D1-1.c54 rc = pthread_getspecific(keys[i]); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
D1-2.c50 rc2 = pthread_getspecific(key); in a_thread_func()
85 rc1 = pthread_getspecific(key); in main()
Dcoverage.txt1 This document defines the coverage for the pthread_getspecific function:
D1-1.c54 rc = pthread_getspecific(keys[i]); in main()
/external/libxml2/os400/dlfcn/
Ddlfcn.c114 p = pthread_getspecific(dlkey); in dlterm()
183 p = pthread_getspecific(dlkey); in dlthreadinit()
210 p = pthread_getspecific(dlkey); in dllock()
238 p = pthread_getspecific(dlkey); in dlunlock()
266 else if (!(p = (dlts_t *) pthread_getspecific(dlkey))) in dlerror()
285 else if (!(p = (dlts_t *) pthread_getspecific(dlkey))) in dlseterror_from_errno()
314 else if (!(q = (dlts_t *) pthread_getspecific(dlkey))) in dlseterror_from_exception()
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c169 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
207 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
428 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c171 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
209 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
430 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c169 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
207 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
428 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dthread_pthread.c169 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_get_thread_local()
184 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_set_thread_local()
/external/boringssl/src/crypto/
Dthread_pthread.c169 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_get_thread_local()
184 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_set_thread_local()
/external/mesa3d/docs/
Ddispatch.rst81 ``GET_DISPATCH`` involves a call to ``pthread_getspecific`` or a similar
99 ``pthread_getspecific`` hurt performance, but they are completely
117 but it avoids the expensive ``pthread_getspecific`` call in the common
125 ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key)
133 area, the expensive call to ``pthread_getspecific`` and the test of
175 #. Using ``_glapi_Dispatch`` and ``pthread_getspecific`` in
211 a call to ``pthread_getspecific``. Since x86-64 passes parameters in
213 to ``pthread_getspecific`` to save and restore the GL function's
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/
Dcoverage.txt1 This document defines the coverage for the pthread_getspecific function:
D3-1.c36 rc = pthread_getspecific(key); in main()
D1-1.c51 rc = pthread_getspecific(keys[i]); in main()
/external/skqp/src/ports/
DSkTLS_pthread.cpp20 return pthread_getspecific(gSkTLSKey); in PlatformGetSpecific()
/external/libvpx/libvpx/vp8/common/
Dthreading.h44 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
64 #define pthread_getspecific(ts_key) ((void *)(*(ts_key)))
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dposix_tss_ptr.hpp50 return static_cast<T*>(::pthread_getspecific(tss_key_)); in operator T*()
/external/python/cffi/c/
Dmisc_thread_posix.h42 void *p = pthread_getspecific(cffi_tls_key); in get_cffi_tls()
/external/grpc-grpc/src/core/lib/gpr/
Dtls_pthread.h47 #define gpr_tls_get(tls) ((intptr_t)pthread_getspecific((tls)->key))
Dcpu_posix.cc72 static_cast<unsigned int*>(pthread_getspecific(thread_id_key)); in gpr_cpu_current_cpu()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtls_pthread.h47 #define gpr_tls_get(tls) ((intptr_t)pthread_getspecific((tls)->key))
Dcpu_posix.cc71 static_cast<unsigned int*>(pthread_getspecific(thread_id_key)); in gpr_cpu_current_cpu()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_posix.cpp38 return pthread_getspecific(tsd_key); in TSDGet()
/external/swiftshader/src/OpenGL/compiler/
Dosinclude.h69 return pthread_getspecific(nIndex); in OS_GetTLSValue()

123456