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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 517 int __cancel_type; member in struct:__pthread_cleanup_frame
528 int __cancel_type; member in class:__pthread_cleanup_class
536 &__cancel_type); }
537 void __restore () const { pthread_setcanceltype (__cancel_type, 0); }
617 &__clframe.__cancel_type)
623 (void) pthread_setcanceltype (__clframe.__cancel_type, NULL); \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 517 int __cancel_type; member in struct:__pthread_cleanup_frame
528 int __cancel_type; member in class:__pthread_cleanup_class
536 &__cancel_type); }
537 void __restore () const { pthread_setcanceltype (__cancel_type, 0); }
617 &__clframe.__cancel_type)
623 (void) pthread_setcanceltype (__clframe.__cancel_type, NULL); \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 517 int __cancel_type; member in struct:__pthread_cleanup_frame
528 int __cancel_type; member in class:__pthread_cleanup_class
536 &__cancel_type); }
537 void __restore () const { pthread_setcanceltype (__cancel_type, 0); }
617 &__clframe.__cancel_type)
623 (void) pthread_setcanceltype (__clframe.__cancel_type, NULL); \
    [all...]

Completed in 209 milliseconds