Home
last modified time | relevance | path

Searched refs:fc_key (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-sjlj.c101 static __gthread_key_t fc_key; variable
107 use_fc_key = __gthread_key_create (&fc_key, 0) == 0; in fc_key_init()
128 fc->prev = __gthread_getspecific (fc_key); in _Unwind_SjLj_Register()
129 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_Register()
147 return __gthread_getspecific (fc_key); in _Unwind_SjLj_GetContext()
160 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_SetContext()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-sjlj.c102 static __gthread_key_t fc_key; variable
108 use_fc_key = __gthread_key_create (&fc_key, 0) == 0; in fc_key_init()
129 fc->prev = __gthread_getspecific (fc_key); in _Unwind_SjLj_Register()
130 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_Register()
148 return __gthread_getspecific (fc_key); in _Unwind_SjLj_GetContext()
161 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_SetContext()