Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h516 int __do_it; member
527 int __do_it; 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()
534 void __setdoit (int __newval) { __do_it = __newval; } in __setdoit()
582 if (__frame->__do_it) in __pthread_cleanup_routine()
598 .__do_it = 1 };
603 __clframe.__do_it = (execute); \
615 .__do_it = 1 }; \
624 __clframe.__do_it = (execute); \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h431 if (f->__do_it) in __libc_cleanup_routine()
440 .__do_it = 1 };
443 __clframe.__do_it = (execute); \