Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp1411 int master_active; in __kmp_fork_call() local
1447 master_active = root->r.r_active; in __kmp_fork_call()
2159 KMP_CHECK_UPDATE(team->t.t_master_active, master_active); in __kmp_fork_call()
2301 int master_active; in __kmp_join_call() local
2363 master_active = team->t.t_master_active; in __kmp_join_call()
2520 if (root->r.r_active != master_active) in __kmp_join_call()
2521 root->r.r_active = master_active; in __kmp_join_call()