Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_entry.h152 team->t.t_id, tid, get__blocktime(team, tid))); in FTN_GET_BLOCKTIME()
153 return get__blocktime(team, tid); in FTN_GET_BLOCKTIME()
H A Dkmp.h1123 (get__bt_set(team, tid) ? get__blocktime(team, tid) : __kmp_dflt_blocktime)
2198 #define get__blocktime(xteam, xtid) \ macro