Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_entry.h144 else if (__kmp_zero_bt && !get__bt_set(team, tid)) { in FTN_GET_BLOCKTIME()
H A Dkmp.h1123 (get__bt_set(team, tid) ? get__blocktime(team, tid) : __kmp_dflt_blocktime)
2200 #define get__bt_set(xteam, xtid) \ macro