Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h515 void *__cancel_arg; member
526 void *__cancel_arg; variable
532 : __cancel_routine (__fct), __cancel_arg (__arg), __do_it (1) { } in __pthread_cleanup_class()
533 ~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); } in ~__pthread_cleanup_class()
583 __frame->__cancel_routine (__frame->__cancel_arg); in __pthread_cleanup_routine()
597 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
614 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
640 void *__cancel_arg = (arg); \
645 __cancel_routine (__cancel_arg); \
662 __cancel_routine (__cancel_arg); \
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h432 f->__cancel_routine (f->__cancel_arg); in __libc_cleanup_routine()
439 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \