Searched refs:task_queue (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libgomp/ |
| HD | task.c | 174 if (team->task_queue) in GOMP_task() 176 task->next_queue = team->task_queue; in GOMP_task() 177 task->prev_queue = team->task_queue->prev_queue; in GOMP_task() 185 team->task_queue = task; in GOMP_task() 221 if (team->task_queue != NULL) in gomp_barrier_handle_tasks() 225 child_task = team->task_queue; in gomp_barrier_handle_tasks() 232 team->task_queue = child_task->next_queue; in gomp_barrier_handle_tasks() 234 team->task_queue = NULL; in gomp_barrier_handle_tasks() 337 if (team->task_queue == child_task) in GOMP_taskwait() 340 team->task_queue = child_task->next_queue; in GOMP_taskwait() [all …]
|
| HD | libgomp.h | 327 struct gomp_task *task_queue; member
|
| HD | team.c | 169 team->task_queue = NULL; in gomp_new_team()
|
| /dragonfly/contrib/gcc-8.0/libgomp/ |
| HD | task.c | 447 priority_queue_insert (PQ_TEAM, &team->task_queue, in GOMP_task() 527 priority_queue_insert (PQ_TEAM, &team->task_queue, task, task->priority, in gomp_target_task_completion() 765 priority_queue_insert (PQ_TEAM, &team->task_queue, task, 0, in gomp_create_target_task() 967 priority_queue_verify (PQ_TEAM, &team->task_queue, false); in gomp_task_run_pre() 981 priority_queue_remove (PQ_TEAM, &team->task_queue, child_task, in gomp_task_run_pre() 1090 priority_queue_insert (PQ_TEAM, &team->task_queue, in gomp_task_run_post_handle_dependers() 1212 if (!priority_queue_empty_p (&team->task_queue, MEMMODEL_RELAXED)) in gomp_barrier_handle_tasks() 1216 = priority_queue_next_task (PQ_TEAM, &team->task_queue, in gomp_barrier_handle_tasks() 1354 PQ_TEAM, &team->task_queue, &child_q); in GOMP_taskwait() 1731 PQ_TEAM, &team->task_queue, in GOMP_taskgroup_end() [all …]
|
| HD | taskloop.c | 316 priority_queue_insert (PQ_TEAM, &team->task_queue, task, priority, in GOMP_taskloop()
|
| HD | team.c | 198 priority_queue_init (&team->task_queue); in gomp_new_team() 219 priority_queue_free (&team->task_queue); in free_team()
|
| HD | libgomp.h | 571 struct priority_queue task_queue; member
|
| /dragonfly/sys/dev/raid/hptrr/ |
| HD | ldm.h | 125 struct task_queue { struct 492 void ldm_queue_task(struct task_queue *tq, struct tq_item *t);
|
| /dragonfly/sys/dev/raid/hpt27xx/ |
| HD | ldm.h | 130 struct task_queue { struct 497 void ldm_queue_task(struct task_queue *tq, struct tq_item *t);
|