Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp.h2109 #define get__blocktime(xteam, xtid) \ argument
2110 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2111 #define get__bt_set(xteam, xtid) \ argument
2112 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2114 #define get__bt_intervals(xteam, xtid) \ argument
2115 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2118 #define get__dynamic_2(xteam, xtid) \ argument
2119 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2120 #define get__nproc_2(xteam, xtid) \ argument
2121 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
[all …]