Home
last modified time | relevance | path

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

123

/third_party/selinux/libselinux/src/
H A Dselinux_internal.h16 #pragma weak pthread_getspecific macro
46 (pthread_getspecific != NULL ? pthread_getspecific(KEY) : NULL)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
H A D1-2.c50 rc2 = pthread_getspecific(key); in a_thread_func()
85 rc1 = pthread_getspecific(key); in main()
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]); in main()
/third_party/musl/libc-test/src/functional/
H A Dpthread_tsd.c42 TESTC(pthread_getspecific(k1) == bar, "tsd corrupted"); in main()
43 TESTC(pthread_getspecific(k2) == bar+1, "tsd corrupted"); in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_key_create.c30 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncA()
40 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncB()
H A Dpthread_setspecific.c28 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncA()
40 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncB()
H A Dpthread_getspecific.c28 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncA()
35 * @tc.desc: Verify pthread_getspecific process success.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c169 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
207 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
428 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
/third_party/pulseaudio/src/pulsecore/
H A Dthread-posix.c245 return pthread_getspecific(t->key); in pa_tls_get()
251 r = pthread_getspecific(t->key); in pa_tls_set()
/third_party/musl/src/thread/
H A Dpthread_getspecific.c17 weak_alias(__pthread_getspecific, pthread_getspecific);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
H A D2-1.c37 rc = pthread_getspecific(key); in main()
H A D1-1.c54 rc = pthread_getspecific(keys[i]); in main()
/third_party/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); in main()
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]); in main()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dosinclude.h69 return pthread_getspecific(nIndex); in OS_GetTLSValue()
/third_party/skia/third_party/externals/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)))
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeThreadLocalUnix.c67 return pthread_getspecific(threadLocalToKey(threadLocal)); in deThreadLocal_get()
/third_party/glfw/src/
H A Dposix_thread.c65 return pthread_getspecific(tls->posix.key); in _glfwPlatformGetTls()
/third_party/musl/libc-test/src/regression/
H A Dpthread_exit-dtor.c81 TESTC(pthread_getspecific(k) == &data, "tsd in main thread is corrupted"); in main()
/third_party/python/Python/
H A Dthread_pthread_stubs.h167 pthread_getspecific(pthread_key_t key) { in pthread_getspecific() function
/third_party/python/Include/cpython/
H A Dpthread_stubs.h85 PyAPI_FUNC(void *) pthread_getspecific(pthread_key_t key);
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dthread_identity.cc149 pthread_getspecific(thread_identity_pthread_key)); in CurrentThreadIdentityIfPresent()
/third_party/nghttp2/src/
H A Dshrpx_log_config.cc79 LogConfig *config = (LogConfig *)pthread_getspecific(lckey); in log_config()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dpthread_key_test.cpp73 return pthread_getspecific(*reinterpret_cast<pthread_key_t*>(key)); in HWTEST_F()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dtls.cpp156 return pthread_getspecific(index);

Completed in 6 milliseconds

123