Home | History | Annotate | Download | only in include

Lines Matching refs:pthread_cleanup_push

545    pthread_cleanup_push and pthread_cleanup_pop are macros and must always
547 # define pthread_cleanup_push(routine, arg) \
551 /* Remove a cleanup handler installed by the matching pthread_cleanup_push.
558 /* Install a cleanup handler as pthread_cleanup_push does, but also
591 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
593 # define pthread_cleanup_push(routine, arg) \
600 /* Remove a cleanup handler installed by the matching pthread_cleanup_push.
607 /* Install a cleanup handler as pthread_cleanup_push does, but also
634 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
636 # define pthread_cleanup_push(routine, arg) \
655 /* Remove a cleanup handler installed by the matching pthread_cleanup_push.
667 /* Install a cleanup handler as pthread_cleanup_push does, but also