Lines Matching full:cancellation
19 @ingroup CANCELLATION
22 @param cncl_kind Cancellation kind (parallel, for, sections, taskgroup)
24 @return returns true if the cancellation request has been activated and the
27 Request cancellation of the binding OpenMP region.
46 // cancellation requests for parallel and worksharing constructs in __kmpc_cancel()
54 // we do not have a cancellation request in this team or we do have in __kmpc_cancel()
78 // cancellation requests for a task group in __kmpc_cancel()
92 // we do not have a cancellation request in this taskgroup or we do in __kmpc_cancel()
108 // the specification disallows cancellation w/o taskgroups in __kmpc_cancel()
125 @ingroup CANCELLATION
128 @param cncl_kind Cancellation kind (parallel, for, sections, taskgroup)
130 @return returns true if a matching cancellation request has been flagged in the
133 Cancellation point for the encountering thread.
154 // cancellation requests for parallel and worksharing constructs in __kmpc_cancellationpoint()
162 // cancellation point so we can cancel in __kmpc_cancellationpoint()
184 // we do not have a cancellation request pending, so we just in __kmpc_cancellationpoint()
185 // ignore this cancellation point in __kmpc_cancellationpoint()
191 // cancellation requests for a task group in __kmpc_cancellationpoint()
202 // return the current status of cancellation for the taskgroup in __kmpc_cancellationpoint()
216 // if a cancellation point is encountered by a task that does not in __kmpc_cancellationpoint()
226 // ICV OMP_CANCELLATION=false, so we ignore the cancellation point in __kmpc_cancellationpoint()
232 @ingroup CANCELLATION
236 @return returns true if a matching cancellation request has been flagged in the
239 Barrier with cancellation point to send threads from the barrier to the
241 in the design document for the cancellation feature.
253 // if cancellation is active, check cancellation flag in __kmpc_cancel_barrier()
275 // threads that cause a race on the cancellation flag in __kmpc_cancel_barrier()
294 @ingroup CANCELLATION
298 @return returns true if a matching cancellation request has been flagged in the
301 Query function to query the current status of cancellation requests.
306 #pragma omp cancellation point parallel