Home
last modified time | relevance | path

Searched refs:GFS_GUIDED (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcclibs/libgomp/
Dloop.c110 GFS_GUIDED, chunk_size); in gomp_loop_guided_start()
135 case GFS_GUIDED: in GOMP_loop_runtime_start()
191 GFS_GUIDED, chunk_size); in gomp_loop_ordered_guided_start()
215 case GFS_GUIDED: in GOMP_loop_ordered_runtime_start()
285 case GFS_GUIDED: in GOMP_loop_runtime_next()
362 case GFS_GUIDED: in GOMP_loop_ordered_runtime_next()
410 GFS_GUIDED, chunk_size); in GOMP_parallel_loop_guided_start()
Dlibgomp.h62 GFS_GUIDED, enumerator
Denv.c74 gomp_run_sched_var = GFS_GUIDED; in parse_schedule()