Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_wait_release.h185 kmp_uint64 hibernate_goal; in __kmp_wait_template() local
320 hibernate_goal = KMP_NOW(); in __kmp_wait_template()
322 hibernate_goal = KMP_NOW() + this_thr->th.th_team_bt_intervals; in __kmp_wait_template()
406 if (KMP_BLOCKING(hibernate_goal, poll_count++)) in __kmp_wait_template()