Searched refs:__gthread_getspecific (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_globals.cc122 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key));
134 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key));
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-rtems.h103 __gthread_getspecific (__gthread_key_t key) function
H A Dgthr-vxworks.h125 extern void *__gthread_getspecific (__gthread_key_t key);
H A Dunwind-sjlj.c134 fc->prev = __gthread_getspecific (fc_key);
153 return __gthread_getspecific (fc_key);
H A Dgthr-tpf.h130 __gthread_getspecific (__gthread_key_t key) function
H A Dgthr-nks.h321 __gthread_getspecific (__gthread_key_t key) function
H A Dgthr-win32.h449 __gthread_getspecific (__gthread_key_t key) function
590 __gthread_getspecific (__gthread_key_t key) function
H A Dgthr-dce.h455 __gthread_getspecific (__gthread_key_t key) function
H A Dgthr-solaris.h449 __gthread_getspecific (__gthread_key_t key) function
H A Dgthr-posix.h596 __gthread_getspecific (__gthread_key_t key) function
H A Dgthr-posix95.h556 __gthread_getspecific (__gthread_key_t key) function
/freebsd-9.3-release/contrib/gcc/config/
H A Dvxlib.c255 __gthread_getspecific to store and retrieve a value which is
321 __gthread_getspecific (__gthread_key_t key) function
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dmt_allocator.cc616 void* v = __gthread_getspecific(freelist._M_key);

Completed in 237 milliseconds