Main index | Section 3 | 日本語 | Options |
#include <pthread.h>
When cleanup_routine is called, it is passed arg as its only argument.
The pthread_cleanup_push() function is implemented as a macro that opens a new block. Invocations of this function must appear as standalone statements that are paired with a later call of pthread_cleanup_pop(3) in the same lexical scope.
PTHREAD_CLEANUP_PUSH (3) | October 25, 2014 |
Main index | Section 3 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.