OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__do_it
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h
518
int
__do_it
;
member in struct:__pthread_cleanup_frame
529
int
__do_it
;
member in class:__pthread_cleanup_class
534
: __cancel_routine (__fct), __cancel_arg (__arg),
__do_it
(1) { }
535
~__pthread_cleanup_class () { if (
__do_it
) __cancel_routine (__cancel_arg); }
536
void __setdoit (int __newval) {
__do_it
= __newval; }
584
if (__frame->
__do_it
)
600
.
__do_it
= 1 };
605
__clframe.
__do_it
= (execute); \
617
.
__do_it
= 1 }; \
626
__clframe.
__do_it
= (execute);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h
528
int
__do_it
;
member in struct:__pthread_cleanup_frame
539
int
__do_it
;
member in class:__pthread_cleanup_class
544
: __cancel_routine (__fct), __cancel_arg (__arg),
__do_it
(1) { }
545
~__pthread_cleanup_class () { if (
__do_it
) __cancel_routine (__cancel_arg); }
546
void __setdoit (int __newval) {
__do_it
= __newval; }
594
if (__frame->
__do_it
)
610
.
__do_it
= 1 };
615
__clframe.
__do_it
= (execute); \
627
.
__do_it
= 1 }; \
636
__clframe.
__do_it
= (execute);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
libc-lock.h
505
if (f->
__do_it
)
514
.
__do_it
= 1 };
517
__clframe.
__do_it
= (execute); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
libc-lock.h
505
if (f->
__do_it
)
514
.
__do_it
= 1 };
517
__clframe.
__do_it
= (execute); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
libc-lock.h
505
if (f->
__do_it
)
514
.
__do_it
= 1 };
517
__clframe.
__do_it
= (execute); \
Completed in 142 milliseconds