Home
last modified time | relevance | path

Searched refs:_pthread_cleanup_buffer (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h385 extern void _pthread_cleanup_push (struct _pthread_cleanup_buffer *buffer,
387 extern void _pthread_cleanup_pop (struct _pthread_cleanup_buffer *buffer,
389 extern void _pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *buffer,
391 extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer,
396 { struct _pthread_cleanup_buffer _buffer; \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h182 struct _pthread_cleanup_buffer struct
187 struct _pthread_cleanup_buffer *__prev; /* Chaining of cleanup functions. */ argument