Searched refs:GFS_GUIDED (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | loop.c | 157 GFS_GUIDED, chunk_size); in gomp_loop_guided_start() 187 case GFS_GUIDED: in GOMP_loop_runtime_start() 256 GFS_GUIDED, chunk_size); in gomp_loop_ordered_guided_start() 286 case GFS_GUIDED: in GOMP_loop_ordered_runtime_start() 360 GFS_GUIDED, chunk_size); in gomp_loop_doacross_guided_start() 391 case GFS_GUIDED: in GOMP_loop_doacross_runtime_start() 467 case GFS_GUIDED: in GOMP_loop_runtime_next() 545 case GFS_GUIDED: in GOMP_loop_ordered_runtime_next() 593 GFS_GUIDED, chunk_size, 0); in GOMP_parallel_loop_guided_start() 636 GFS_GUIDED, chunk_size, flags); in GOMP_parallel_loop_guided() [all …]
|
H A D | loop_ull.c | 154 GFS_GUIDED, chunk_size); in gomp_loop_ull_guided_start() 184 case GFS_GUIDED: in GOMP_loop_ull_runtime_start() 257 GFS_GUIDED, chunk_size); in gomp_loop_ull_ordered_guided_start() 288 case GFS_GUIDED: in GOMP_loop_ull_ordered_runtime_start() 365 GFS_GUIDED, chunk_size); in gomp_loop_ull_doacross_guided_start() 396 case GFS_GUIDED: in GOMP_loop_ull_doacross_runtime_start() 472 case GFS_GUIDED: in GOMP_loop_ull_runtime_next() 550 case GFS_GUIDED: in GOMP_loop_ull_ordered_runtime_next()
|
H A D | ordered.c | 300 else if (ws->sched == GFS_GUIDED) in gomp_doacross_init() 371 else if (ws->sched == GFS_GUIDED) in GOMP_doacross_post() 433 else if (ws->sched == GFS_GUIDED) in GOMP_doacross_wait() 529 else if (ws->sched == GFS_GUIDED) in gomp_doacross_ull_init() 606 else if (ws->sched == GFS_GUIDED) in GOMP_doacross_ull_post() 689 else if (ws->sched == GFS_GUIDED) in GOMP_doacross_ull_wait()
|
H A D | env.c | 122 gomp_global_icv.run_sched_var = GFS_GUIDED; in parse_schedule() 1133 case GFS_GUIDED: in handle_omp_display_env()
|
H A D | libgomp.h | 139 GFS_GUIDED, enumerator
|
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | loop.c | 148 GFS_GUIDED, chunk_size); in gomp_loop_guided_start() 176 case GFS_GUIDED: in GOMP_loop_runtime_start() 244 GFS_GUIDED, chunk_size); in gomp_loop_ordered_guided_start() 274 case GFS_GUIDED: in GOMP_loop_ordered_runtime_start() 350 case GFS_GUIDED: in GOMP_loop_runtime_next() 428 case GFS_GUIDED: in GOMP_loop_ordered_runtime_next() 476 GFS_GUIDED, chunk_size); in GOMP_parallel_loop_guided_start()
|
H A D | loop_ull.c | 153 GFS_GUIDED, chunk_size); in gomp_loop_ull_guided_start() 183 case GFS_GUIDED: in GOMP_loop_ull_runtime_start() 256 GFS_GUIDED, chunk_size); in gomp_loop_ull_ordered_guided_start() 287 case GFS_GUIDED: in GOMP_loop_ull_ordered_runtime_start() 363 case GFS_GUIDED: in GOMP_loop_ull_runtime_next() 441 case GFS_GUIDED: in GOMP_loop_ull_ordered_runtime_next()
|
H A D | libgomp.h | 73 GFS_GUIDED, enumerator
|
H A D | env.c | 98 gomp_global_icv.run_sched_var = GFS_GUIDED; in parse_schedule()
|