Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h2413 #define get__blocktime(xteam, xtid) \ argument
2414 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2415 #define get__bt_set(xteam, xtid) \ argument
2416 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2418 #define get__bt_intervals(xteam, xtid) \ argument
2419 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2422 #define get__dynamic_2(xteam, xtid) \ argument
2423 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2424 #define get__nproc_2(xteam, xtid) \ argument
2425 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
[all …]