Home
last modified time | relevance | path

Searched refs:new_sched (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp2064 kmp_r_sched_t new_sched = get__sched_2(parent_team, master_tid); in __kmp_fork_call() local
2066 KMP_CHECK_UPDATE(team->t.t_sched.sched, new_sched.sched); in __kmp_fork_call()
4985 kmp_r_sched_t new_sched = new_icvs->sched; in __kmp_allocate_team() local
4987 KMP_CHECK_UPDATE(team->t.t_sched.sched, new_sched.sched); in __kmp_allocate_team()
Dkmp.h3261 extern void __kmp_set_schedule(int gtid, kmp_sched_t new_sched, int chunk);