Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h153 int bt = get__blocktime(team, tid); in FTN_GET_BLOCKTIME()
H A Dkmp.h1264 (get__bt_set(team, tid) ? get__blocktime(team, tid) : __kmp_dflt_blocktime)
2369 #define get__blocktime(xteam, xtid) \ macro