Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp.h2087 #define get__blocktime(xteam, xtid) \ argument
2088 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2089 #define get__bt_set(xteam, xtid) \ argument
2090 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2092 #define get__bt_intervals(xteam, xtid) \ argument
2093 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2096 #define get__dynamic_2(xteam, xtid) \ argument
2097 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2098 #define get__nproc_2(xteam, xtid) \ argument
2099 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
[all …]