Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h179 kmp_int32 get_curr_status(kmp_uint64 index) const { return status[index]; } in get_curr_status() function
396 kmp_int32 get_curr_status(kmp_uint64 index) const { in get_curr_status() function
397 return hier_barrier.get_curr_status(index); in get_curr_status()
601 gtid, hier_level, current->get_curr_status(tdata->index))); in next_recurse()
606 return current->get_curr_status(tdata->index); in next_recurse()
793 status = parent->get_curr_status(tdata->index); in next()