Searched refs:__do_it (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | pthread.h | 520 int __do_it; member 531 int __do_it; variable 536 : __cancel_routine (__fct), __cancel_arg (__arg), __do_it (1) { } in __pthread_cleanup_class() 537 ~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); } in ~__pthread_cleanup_class() 538 void __setdoit (int __newval) { __do_it = __newval; } in __setdoit() 587 if (__frame->__do_it) in __pthread_cleanup_routine() 603 .__do_it = 1 }; 608 __clframe.__do_it = (execute); \ 620 .__do_it = 1 }; \ 629 __clframe.__do_it = (execute); \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | cleanup_routine.c | 25 if (f->__do_it) in __pthread_cleanup_routine()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/bits/ |
A D | libc-lock.h | 435 if (f->__do_it) in __libc_cleanup_routine() 444 .__do_it = 1 }; 447 __clframe.__do_it = (execute); \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | stl_vector.h | 465 using __do_it = __bool_constant<_S_use_relocate()>; in _GLIBCXX_VISIBILITY() 466 return _S_do_relocate(__first, __last, __result, __alloc, __do_it{}); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | stl_vector.h | 468 using __do_it = __bool_constant<_S_use_relocate()>; in _GLIBCXX_VISIBILITY() 469 return _S_do_relocate(__first, __last, __result, __alloc, __do_it{}); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | stl_vector.h | 468 using __do_it = __bool_constant<_S_use_relocate()>; in _GLIBCXX_VISIBILITY() 469 return _S_do_relocate(__first, __last, __result, __alloc, __do_it{}); in _GLIBCXX_VISIBILITY()
|
Completed in 31 milliseconds