Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1475 uint32_t timeLo = uint32_t(counter & 0xffffffff); in __kmp_tpause() local
1483 : "a"(timeLo), "d"(timeHi), "c"(hint) in __kmp_tpause()
1505 uint32_t timeLo = uint32_t(counter & 0xffffffff); in __kmp_umwait() local
1513 : "a"(timeLo), "d"(timeHi), "c"(hint) in __kmp_umwait()