Searched refs:recursion_key (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/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);
348 __gthread_setspecific (recursion_key, p);
368 __gthread_key_create (&recursion_key, &free);
375 __gthread_key_delete (recursion_key);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A Derror.c306 static __gthread_key_t recursion_key; variable
313 bool* p = __gthread_getspecific (recursion_key);
317 __gthread_setspecific (recursion_key, p);
337 __gthread_key_create (&recursion_key, &free);
344 __gthread_key_delete (recursion_key);

Completed in 88 milliseconds