Home
last modified time | relevance | path

Searched refs:__gthread_getspecific (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
Datexit_thread.cc92 e = __gthread_getspecific (key); in run()
142 first = static_cast<elt*>(__gthread_getspecific (key)); in __cxa_thread_atexit()
Deh_globals.cc116 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key)); in __cxa_get_globals_fast()
128 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key)); in __cxa_get_globals()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
Deh_globals.cc117 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key)); in __cxa_get_globals_fast()
129 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key)); in __cxa_get_globals()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dcondition_variable.cc101 auto elt = (__at_thread_exit_elt*)__gthread_getspecific(key); in run()
145 elt->_M_next = (__at_thread_exit_elt*)__gthread_getspecific(key); in __at_thread_exit()
/dragonfly/contrib/gcc-8.0/libgcc/
HDunwind-sjlj.c128 fc->prev = __gthread_getspecific (fc_key); in _Unwind_SjLj_Register()
147 return __gthread_getspecific (fc_key); in _Unwind_SjLj_GetContext()
HDgthr-single.h235 __gthread_getspecific (__gthread_key_t __key UNUSED) in __gthread_getspecific() function
HDemutls.c155 struct __emutls_array *arr = __gthread_getspecific (emutls_key); in __emutls_get_address()
HDgthr-posix.h741 __gthread_getspecific (__gthread_key_t __key) in __gthread_getspecific() function
/dragonfly/contrib/gcc-4.7/libgcc/
HDunwind-sjlj.c129 fc->prev = __gthread_getspecific (fc_key); in _Unwind_SjLj_Register()
148 return __gthread_getspecific (fc_key); in _Unwind_SjLj_GetContext()
HDgthr-single.h235 __gthread_getspecific (__gthread_key_t __key UNUSED) in __gthread_getspecific() function
HDemutls.c155 struct __emutls_array *arr = __gthread_getspecific (emutls_key); in __emutls_get_address()
HDgthr-posix.h736 __gthread_getspecific (__gthread_key_t __key) in __gthread_getspecific() function
/dragonfly/contrib/gcc-4.7/libgcc/config/
HDgthr-vxworks.h159 extern void *__gthread_getspecific (__gthread_key_t __key);
HDgthr-rtems.h100 __gthread_getspecific (__gthread_key_t __key) in __gthread_getspecific() function
HDvxlib-tls.c291 __gthread_getspecific (__gthread_key_t key) in __gthread_getspecific() function
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
Dmt_allocator.cc634 void* v = __gthread_getspecific(freelist._M_key); in _M_get_thread_id()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
Dmt_allocator.cc628 void* v = __gthread_getspecific(freelist._M_key); in _M_get_thread_id()