HomeSort by relevance Sort by last modified time
    Searched refs:__pthread_cleanup_class (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
pthread.h 525 class __pthread_cleanup_class class
533 __pthread_cleanup_class (void (*__fct) (void *), void *__arg) function in class:__pthread_cleanup_class
535 ~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); }
551 __pthread_cleanup_class __clframe (routine, arg)
565 __pthread_cleanup_class __clframe (routine, arg); \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 525 class __pthread_cleanup_class class
533 __pthread_cleanup_class (void (*__fct) (void *), void *__arg) function in class:__pthread_cleanup_class
535 ~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); }
551 __pthread_cleanup_class __clframe (routine, arg)
565 __pthread_cleanup_class __clframe (routine, arg); \
    [all...]

Completed in 294 milliseconds