Home
last modified time | relevance | path

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

1234

/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c170 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
208 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
429 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
/external/v8/src/third_party/vtune/
Djitprofiling.cc205 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
240 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
446 pThreadStack threadStack = (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/boringssl/src/crypto/
Dthread_pthread.c165 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_get_thread_local()
180 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_set_thread_local()
/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/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/skia/src/ports/
DSkTLS_pthread.cpp20 return pthread_getspecific(gSkTLSKey); in PlatformGetSpecific()
/external/skqp/src/ports/
DSkTLS_pthread.cpp20 return pthread_getspecific(gSkTLSKey); in PlatformGetSpecific()
/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/wayland/src/
Dwayland-shm.c475 pthread_getspecific(wl_shm_sigbus_data_key); in sigbus_handler()
574 sigbus_data = pthread_getspecific(wl_shm_sigbus_data_key); in wl_shm_buffer_begin_access()
605 pthread_getspecific(wl_shm_sigbus_data_key); in wl_shm_buffer_end_access()
/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/swiftshader/third_party/LLVM/test/Linker/
D2011-08-22-ResolveAlias.ll11 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific
39 declare extern_weak i8* @pthread_getspecific(i32)
D2011-08-22-ResolveAlias2.ll14 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific
44 declare extern_weak i8* @pthread_getspecific(i32)
/external/swiftshader/src/OpenGL/compiler/
Dosinclude.h69 return pthread_getspecific(nIndex); in OS_GetTLSValue()
/external/libusb/libusb/os/
Dthreads_posix.h49 #define usbi_tls_key_get pthread_getspecific
/external/deqp/framework/delibs/dethread/unix/
DdeThreadLocalUnix.c67 return pthread_getspecific(threadLocalToKey(threadLocal)); in deThreadLocal_get()

1234