OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:taskgroup
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/
parallel.c
186
struct gomp_taskgroup *
taskgroup
;
local
189
taskgroup
= gomp_parallel_reduction_register (rdata, num_threads);
191
taskgroup
);
194
gomp_sem_destroy (&
taskgroup
->taskgroup_sem);
195
free (
taskgroup
);
215
if (thr->task->
taskgroup
)
217
if (thr->task->
taskgroup
->cancelled)
219
if (thr->task->
taskgroup
->workshare
220
&& thr->task->
taskgroup
->prev
221
&& thr->task->
taskgroup
->prev->cancelled
257
struct gomp_
taskgroup
*
taskgroup
= thr->task->
taskgroup
;
local
[
all
...]
taskloop.c
52
/* If parallel or
taskgroup
has been cancelled, don't start new tasks. */
185
&& thr->task->
taskgroup
)
187
if (thr->task->
taskgroup
->cancelled)
189
if (thr->task->
taskgroup
->workshare
190
&& thr->task->
taskgroup
->prev
191
&& thr->task->
taskgroup
->prev->cancelled)
233
task[i].
taskgroup
= thr->task->
taskgroup
;
273
task.
taskgroup
= thr->task->
taskgroup
;
296
struct gomp_
taskgroup
*
taskgroup
= parent->
taskgroup
;
local
[
all
...]
task.c
79
task->
taskgroup
= NULL;
511
/* If parallel or
taskgroup
has been cancelled, don't start new tasks. */
516
if (thr->task->
taskgroup
)
518
if (thr->task->
taskgroup
->cancelled)
520
if (thr->task->
taskgroup
->workshare
521
&& thr->task->
taskgroup
->prev
522
&& thr->task->
taskgroup
->prev->cancelled)
572
task.
taskgroup
= thr->task->
taskgroup
;
613
struct gomp_taskgroup *
taskgroup
= parent->taskgroup
local
798
struct gomp_
taskgroup
*
taskgroup
= task->
taskgroup
;
local
896
struct gomp_
taskgroup
*
taskgroup
= parent->
taskgroup
;
local
1294
struct gomp_
taskgroup
*
taskgroup
= child_task->
taskgroup
;
local
1380
struct gomp_
taskgroup
*
taskgroup
= task->
taskgroup
;
local
1525
struct gomp_
taskgroup
*
taskgroup
= child_task->
taskgroup
;
local
2172
struct gomp_
taskgroup
*
taskgroup
local
2207
struct gomp_
taskgroup
*
taskgroup
;
local
2630
struct gomp_
taskgroup
*
taskgroup
= gomp_
taskgroup
_init (NULL);
local
[
all
...]
libgomp.h
677
/*
Taskgroup
this task belongs in. */
678
struct gomp_taskgroup *
taskgroup
;
member in struct:gomp_task
726
/* This structure describes a single #pragma omp
taskgroup
. */
731
/* Queue of tasks that belong in this
taskgroup
. */
/src/external/gpl3/gcc.old/dist/libgomp/
parallel.c
186
struct gomp_taskgroup *
taskgroup
;
local
189
taskgroup
= gomp_parallel_reduction_register (rdata, num_threads);
191
taskgroup
);
194
gomp_sem_destroy (&
taskgroup
->taskgroup_sem);
195
free (
taskgroup
);
215
if (thr->task->
taskgroup
)
217
if (thr->task->
taskgroup
->cancelled)
219
if (thr->task->
taskgroup
->workshare
220
&& thr->task->
taskgroup
->prev
221
&& thr->task->
taskgroup
->prev->cancelled
257
struct gomp_
taskgroup
*
taskgroup
= thr->task->
taskgroup
;
local
[
all
...]
taskloop.c
52
/* If parallel or
taskgroup
has been cancelled, don't start new tasks. */
185
&& thr->task->
taskgroup
)
187
if (thr->task->
taskgroup
->cancelled)
189
if (thr->task->
taskgroup
->workshare
190
&& thr->task->
taskgroup
->prev
191
&& thr->task->
taskgroup
->prev->cancelled)
233
task[i].
taskgroup
= thr->task->
taskgroup
;
273
task.
taskgroup
= thr->task->
taskgroup
;
296
struct gomp_
taskgroup
*
taskgroup
= parent->
taskgroup
;
local
[
all
...]
task.c
79
task->
taskgroup
= NULL;
369
/* If parallel or
taskgroup
has been cancelled, don't start new tasks. */
374
if (thr->task->
taskgroup
)
376
if (thr->task->
taskgroup
->cancelled)
378
if (thr->task->
taskgroup
->workshare
379
&& thr->task->
taskgroup
->prev
380
&& thr->task->
taskgroup
->prev->cancelled)
430
task.
taskgroup
= thr->task->
taskgroup
;
471
struct gomp_taskgroup *
taskgroup
= parent->taskgroup
local
643
struct gomp_
taskgroup
*
taskgroup
= task->
taskgroup
;
local
743
struct gomp_
taskgroup
*
taskgroup
= parent->
taskgroup
;
local
1141
struct gomp_
taskgroup
*
taskgroup
= child_task->
taskgroup
;
local
1225
struct gomp_
taskgroup
*
taskgroup
= task->
taskgroup
;
local
1338
struct gomp_
taskgroup
*
taskgroup
= child_task->
taskgroup
;
local
1931
struct gomp_
taskgroup
*
taskgroup
local
1966
struct gomp_
taskgroup
*
taskgroup
;
local
2389
struct gomp_
taskgroup
*
taskgroup
= gomp_
taskgroup
_init (NULL);
local
[
all
...]
libgomp.h
570
/*
Taskgroup
this task belongs in. */
571
struct gomp_taskgroup *
taskgroup
;
member in struct:gomp_task
617
/* This structure describes a single #pragma omp
taskgroup
. */
622
/* Queue of tasks that belong in this
taskgroup
. */
Completed in 159 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026