Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_cancel.cpp49 kmp_team_t *this_team = this_thr->th.th_team; in __kmpc_cancel() local
50 KMP_DEBUG_ASSERT(this_team); in __kmpc_cancel()
52 this_team->t.t_cancel_request.compare_exchange_strong(old, cncl_kind); in __kmpc_cancel()
157 kmp_team_t *this_team = this_thr->th.th_team; in __kmpc_cancellationpoint() local
158 KMP_DEBUG_ASSERT(this_team); in __kmpc_cancellationpoint()
159 if (this_team->t.t_cancel_request) { in __kmpc_cancellationpoint()
160 if (cncl_kind == this_team->t.t_cancel_request) { in __kmpc_cancellationpoint()
246 kmp_team_t *this_team = this_thr->th.th_team; in __kmpc_cancel_barrier() local
257 switch (KMP_ATOMIC_LD_RLX(&(this_team->t.t_cancel_request))) { in __kmpc_cancel_barrier()
263 this_team->t.t_cancel_request = cancel_noreq; in __kmpc_cancel_barrier()
[all …]
Dkmp_tasking.cpp1481 kmp_team_t *this_team = thread->th.th_team; in __kmp_invoke_task() local
1484 (this_team->t.t_cancel_request == cancel_parallel)) { in __kmp_invoke_task()