Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2554 master_th->th.th_last_place = team->t.t_last_place; in __kmp_join_call()
4826 team->t.t_last_place = last_place; in __kmp_partition_places()
5248 team->t.t_last_place)); in __kmp_allocate_team()
H A Dkmp.h3177 int t_last_place; // Restore these values to primary thread after par region. member