Lines Matching full:cancellation
268 * If thread is in deferred cancellation mode, disable cancellation in handle_signal()
270 * If user signal handler calls a cancellation point function, e.g, in handle_signal()
272 * cancellation point, the thread is immediately cancelled if in handle_signal()
273 * cancellation is pending, to avoid this problem while thread is in in handle_signal()
274 * deferring mode, cancellation is temporarily disabled. in handle_signal()
289 * We have already reset cancellation point flags, so if user's code in handle_signal()
291 * outside of a cancellation point, in most cases, this would be in handle_signal()
311 /* reschedule cancellation */ in handle_signal()
327 /* reschedule cancellation */
365 * asynchronous cancellation mode, act upon in check_cancel()
710 * Cancellation behavior:
738 * Cancellation behavior:
764 * Cancellation behavior: