View | Details | Raw Unified | Return to bug 27411
Collapse All | Expand All

(-)pthread_cleanup_push.3 Thu May 17 14:28:09 2001 (-1 / +1 lines)
Lines 48-54 Link Here
48
get called when the current thread exits.
48
get called when the current thread exits.
49
.Pp
49
.Pp
50
When
50
When
51
.Fn pthread_cleanup_push
51
.Fn cleanup_routine
52
is called, it is passed
52
is called, it is passed
53
.Fa arg
53
.Fa arg
54
as its only argument.
54
as its only argument.

Return to bug 27411