* Whether request on cancel or termination have arrived? */
| 6464 | * Whether request on cancel or termination have arrived? |
| 6465 | */ |
| 6466 | inline bool |
| 6467 | CancelRequested() { |
| 6468 | return InterruptPending && (ProcDiePending || QueryCancelPending); |
| 6469 | } |
no outgoing calls
no test coverage detected