Home
last modified time | relevance | path

Searched refs:recursion_key (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Derror.c337 static __gthread_key_t recursion_key; variable
344 bool* p = __gthread_getspecific (recursion_key); in recursion_check()
348 __gthread_setspecific (recursion_key, p); in recursion_check()
368 __gthread_key_create (&recursion_key, &free); in constructor_recursion_check()
375 __gthread_key_delete (recursion_key); in destructor_recursion_check()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A Derror.c306 static __gthread_key_t recursion_key; variable
313 bool* p = __gthread_getspecific (recursion_key); in recursion_check()
317 __gthread_setspecific (recursion_key, p); in recursion_check()
337 __gthread_key_create (&recursion_key, &free); in constructor_recursion_check()
344 __gthread_key_delete (recursion_key); in destructor_recursion_check()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2018298 (recursion_key): New variable.