Searched refs:pthread_getspecific (Results 1 – 25 of 130) sorted by relevance
123456
32 rc = pthread_getspecific(key); in main()44 rc = pthread_getspecific(key); in main()
54 rc = pthread_getspecific(keys[i]); in main()
50 rc2 = pthread_getspecific(key); in a_thread_func()85 rc1 = pthread_getspecific(key); in main()
1 This document defines the coverage for the pthread_getspecific function:
114 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()
169 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()207 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()428 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
171 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()209 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()430 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
169 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()
81 ``GET_DISPATCH`` involves a call to ``pthread_getspecific`` or a similar99 ``pthread_getspecific`` hurt performance, but they are completely117 but it avoids the expensive ``pthread_getspecific`` call in the common125 ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key)133 area, the expensive call to ``pthread_getspecific`` and the test of175 #. Using ``_glapi_Dispatch`` and ``pthread_getspecific`` in211 a call to ``pthread_getspecific``. Since x86-64 passes parameters in213 to ``pthread_getspecific`` to save and restore the GL function's
36 rc = pthread_getspecific(key); in main()
51 rc = pthread_getspecific(keys[i]); in main()
20 return pthread_getspecific(gSkTLSKey); in PlatformGetSpecific()
44 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro64 #define pthread_getspecific(ts_key) ((void *)(*(ts_key)))
50 return static_cast<T*>(::pthread_getspecific(tss_key_)); in operator T*()
42 void *p = pthread_getspecific(cffi_tls_key); in get_cffi_tls()
47 #define gpr_tls_get(tls) ((intptr_t)pthread_getspecific((tls)->key))
72 static_cast<unsigned int*>(pthread_getspecific(thread_id_key)); in gpr_cpu_current_cpu()
71 static_cast<unsigned int*>(pthread_getspecific(thread_id_key)); in gpr_cpu_current_cpu()
38 return pthread_getspecific(tsd_key); in TSDGet()
69 return pthread_getspecific(nIndex); in OS_GetTLSValue()