Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1472 static inline int __kmp_tpause(uint32_t hint, uint64_t counter) { in __kmp_tpause() function
1622 __kmp_tpause(0, (time)); \
1624 __kmp_tpause(__kmp_tpause_hint, (time)); \
H A Dkmp_lock.cpp2673 __kmp_tpause(0, boff->min_tick); in __kmp_spin_backoff()