Searched refs:__pthread_cleanup_class (Results 1 - 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dpthread.h523 class __pthread_cleanup_class class
531 __pthread_cleanup_class (void (*__fct) (void *), void *__arg) function in class:__pthread_cleanup_class
533 ~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); }
549 __pthread_cleanup_class __clframe (routine, arg)
563 __pthread_cleanup_class __clframe (routine, arg); \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dpthread.h523 class __pthread_cleanup_class class
531 __pthread_cleanup_class (void (*__fct) (void *), void *__arg) function in class:__pthread_cleanup_class
533 ~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); }
549 __pthread_cleanup_class __clframe (routine, arg)
563 __pthread_cleanup_class __clframe (routine, arg); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dpthread.h523 class __pthread_cleanup_class class
531 __pthread_cleanup_class (void (*__fct) (void *), void *__arg) function in class:__pthread_cleanup_class
533 ~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); }
549 __pthread_cleanup_class __clframe (routine, arg)
563 __pthread_cleanup_class __clframe (routine, arg); \

Completed in 28 milliseconds