More cancellation points

This commit is contained in:
Gregory Nutt
2016-12-09 15:17:58 -06:00
parent 70de0ee39f
commit 16be9b332e
8 changed files with 83 additions and 27 deletions
+2 -1
View File
@@ -6180,7 +6180,8 @@ returned to indicate the error:
</p>
<p>
The <code>pthread_cleanup_push()</code> function will push the specified cancellation cleanup handler routine onto the calling thread's cancellation cleanup stack.
</p>
<p>
The cancellation cleanup handler will be popped from the cancellation cleanup stack and invoked with the argument arg when:
</p>
<p>