OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rand_state_key
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/intrinsics/
random.c
235
static __gthread_key_t
rand_state_key
;
variable
245
void* p = __gthread_getspecific (
rand_state_key
);
249
__gthread_setspecific (
rand_state_key
, p);
1042
__gthread_key_create (&
rand_state_key
, &free);
1051
__gthread_key_delete (
rand_state_key
);
/src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
random.c
235
static __gthread_key_t
rand_state_key
;
variable
245
void* p = __gthread_getspecific (
rand_state_key
);
249
__gthread_setspecific (
rand_state_key
, p);
1042
__gthread_key_create (&
rand_state_key
, &free);
1051
__gthread_key_delete (
rand_state_key
);
Completed in 17 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026