Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2570 master_th->th.th_first_place = team->t.t_first_place; in __kmp_join_call()
4829 team->t.t_first_place = first_place; in __kmp_partition_places()
5251 team->t.t_id, new_proc_bind, team->t.t_first_place, in __kmp_allocate_team()
H A Dkmp.h3194 int t_first_place; // first & last place in parent thread's partition. member