Home
last modified time | relevance | path

Searched refs:__pthread_cleanup_pop (Results 1 – 3 of 3) sorted by relevance

/sysdeps/htl/bits/
A Dcancelation.h44 #define __pthread_cleanup_pop(execute) \ macro
/sysdeps/nptl/
A DpthreadP.h577 extern void __pthread_cleanup_pop (struct _pthread_cleanup_buffer *buffer,
579 libc_hidden_proto (__pthread_cleanup_pop)
582 __pthread_cleanup_pop (&_buffer, (execute)); }
609 __pthread_cleanup_pop (&__frame->__buffer, 0); in __pthread_cleanup_combined_routine()
637 __pthread_cleanup_pop (&__clframe.__buffer, 0); \
/sysdeps/htl/
A Dpthread.h723 #define pthread_cleanup_pop(execute) __pthread_cleanup_pop(execute)

Completed in 37 milliseconds