Add logic to disable cancellation points within the OS. This is useful when...
Add logic to disable cancellation points within the OS. This is useful when an internal OS function that is NOT a cancellation point calls an OS function which is a cancellation point. In that case, irrecoverable states may occur if the cancellation is within the OS.
parent
3fb73004
Please register or sign in to comment