Searched refs:pthread_getspecific (Results 1 – 25 of 90) sorted by relevance
1234
121 return pthread_getspecific(*static_cast< pthread_key_type* >(stg));171 return pthread_getspecific((pthread_key_type)(intptr_type)stg);214 return pthread_getspecific(key);250 return pthread_getspecific(static_cast< pthread_key_type >(stg));
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:
28 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncA()40 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncB()
30 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncA()40 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncB()
28 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncA()
55 void* data = pthread_getspecific(epoch_tss_key); in ~delete_epoch_tss_key_on_dlclose_t()69 void* data=pthread_getspecific(epoch_tss_key); in get_once_per_thread_epoch()
42 TESTC(pthread_getspecific(k1) == bar, "tsd corrupted"); in main()43 TESTC(pthread_getspecific(k2) == bar+1, "tsd corrupted"); in main()
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()
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 of181 #. Using ``_glapi_Dispatch`` and ``pthread_getspecific`` in217 a call to ``pthread_getspecific``. Since x86-64 passes parameters in219 to ``pthread_getspecific`` to save and restore the GL function's
10 weak_alias(__pthread_getspecific, pthread_getspecific);
37 rc = pthread_getspecific(key); in main()
54 rc = pthread_getspecific(keys[i]); in main()
36 rc = pthread_getspecific(key); in main()
51 rc = pthread_getspecific(keys[i]); in main()
245 return pthread_getspecific(t->key); in pa_tls_get()251 r = pthread_getspecific(t->key); in pa_tls_set()
20 return pthread_getspecific(gSkTLSKey); in PlatformGetSpecific()
23 return pthread_getspecific(key_); in get()
54 return static_cast<T*>(::pthread_getspecific(tss_key_)); in operator T*()
66 return pthread_getspecific(_glfw.posix_tls.context); in _glfwPlatformGetCurrentContext()
47 #define gpr_tls_get(tls) ((intptr_t)pthread_getspecific((tls)->key))
54 return (SDL_TLSData *)pthread_getspecific(thread_local_storage); in SDL_SYS_GetTLSData()