OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gomp_cpusetp
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgomp/config/linux/
proc.h
33
extern cpu_set_t *
gomp_cpusetp
attribute_hidden;
proc.c
46
cpu_set_t *
gomp_cpusetp
;
variable
91
gomp_cpusetp
= (cpu_set_t *) gomp_malloc (gomp_cpuset_size);
95
gomp_cpusetp
);
100
= gomp_cpuset_popcount (gomp_cpuset_size,
gomp_cpusetp
);
107
if (CPU_ISSET_S (i - 1, gomp_cpuset_size,
gomp_cpusetp
))
121
gomp_cpusetp
122
= (cpu_set_t *) gomp_realloc (
gomp_cpusetp
, gomp_cpuset_size);
127
void *p = realloc (
gomp_cpusetp
, gomp_cpuset_size);
130
gomp_cpusetp
= (cpu_set_t *) p;
139
free (
gomp_cpusetp
);
[
all
...]
affinity.c
80
if (
gomp_cpusetp
== NULL)
197
CPU_AND_S (gomp_cpuset_size, cpusetp, cpusetp,
gomp_cpusetp
);
202
if ((cpusetp->__bits[k] &=
gomp_cpusetp
->__bits[k]) != 0)
473
if (
gomp_cpusetp
)
476
= gomp_cpuset_popcount (gomp_cpuset_size,
gomp_cpusetp
);
487
memcpy (copy,
gomp_cpusetp
, gomp_cpuset_size);
577
else if (
gomp_cpusetp
)
578
cpusetp =
gomp_cpusetp
;
Completed in 65 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026