OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__do_it
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h
516
int
__do_it
;
member in struct:__pthread_cleanup_frame
527
int
__do_it
;
member in class:__pthread_cleanup_class
532
: __cancel_routine (__fct), __cancel_arg (__arg),
__do_it
(1) { }
533
~__pthread_cleanup_class () { if (
__do_it
) __cancel_routine (__cancel_arg); }
534
void __setdoit (int __newval) {
__do_it
= __newval; }
582
if (__frame->
__do_it
)
598
.
__do_it
= 1 };
603
__clframe.
__do_it
= (execute); \
615
.
__do_it
= 1 }; \
624
__clframe.
__do_it
= (execute);
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h
516
int
__do_it
;
member in struct:__pthread_cleanup_frame
527
int
__do_it
;
member in class:__pthread_cleanup_class
532
: __cancel_routine (__fct), __cancel_arg (__arg),
__do_it
(1) { }
533
~__pthread_cleanup_class () { if (
__do_it
) __cancel_routine (__cancel_arg); }
534
void __setdoit (int __newval) {
__do_it
= __newval; }
582
if (__frame->
__do_it
)
598
.
__do_it
= 1 };
603
__clframe.
__do_it
= (execute); \
615
.
__do_it
= 1 }; \
624
__clframe.
__do_it
= (execute);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h
516
int
__do_it
;
member in struct:__pthread_cleanup_frame
527
int
__do_it
;
member in class:__pthread_cleanup_class
532
: __cancel_routine (__fct), __cancel_arg (__arg),
__do_it
(1) { }
533
~__pthread_cleanup_class () { if (
__do_it
) __cancel_routine (__cancel_arg); }
534
void __setdoit (int __newval) {
__do_it
= __newval; }
582
if (__frame->
__do_it
)
598
.
__do_it
= 1 };
603
__clframe.
__do_it
= (execute); \
615
.
__do_it
= 1 }; \
624
__clframe.
__do_it
= (execute);
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h
431
if (f->
__do_it
)
440
.
__do_it
= 1 };
443
__clframe.
__do_it
= (execute); \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h
431
if (f->
__do_it
)
440
.
__do_it
= 1 };
443
__clframe.
__do_it
= (execute); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h
431
if (f->
__do_it
)
440
.
__do_it
= 1 };
443
__clframe.
__do_it
= (execute); \
Completed in 630 milliseconds