OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recursion_key
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/runtime/
error.c
306
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
);
error.c
306
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
);
/src/external/gpl3/gcc.old/dist/libgfortran/runtime/
error.c
306
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
);
error.c
306
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 71 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026