Searched refs:pthread_getspecific (Results 1 – 25 of 92) sorted by relevance
1234
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()
170 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()208 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()429 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
205 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()
171 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()209 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()430 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
165 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()
44 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro64 #define pthread_getspecific(ts_key) ((void *)(*(ts_key)))
36 rc = pthread_getspecific(key); in main()
51 rc = pthread_getspecific(keys[i]); in main()
20 return pthread_getspecific(gSkTLSKey); in PlatformGetSpecific()
50 return static_cast<T*>(::pthread_getspecific(tss_key_)); in operator T*()
475 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()
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()
11 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific39 declare extern_weak i8* @pthread_getspecific(i32)
14 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific44 declare extern_weak i8* @pthread_getspecific(i32)
69 return pthread_getspecific(nIndex); in OS_GetTLSValue()
49 #define usbi_tls_key_get pthread_getspecific
67 return pthread_getspecific(threadLocalToKey(threadLocal)); in deThreadLocal_get()