HomeSort by relevance Sort by last modified time
    Searched refs:__cancel_type (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 519 int __cancel_type; member in struct:__pthread_cleanup_frame
530 int __cancel_type; member in class:__pthread_cleanup_class
538 &__cancel_type); }
539 void __restore () const { pthread_setcanceltype (__cancel_type, 0); }
619 &__clframe.__cancel_type)
625 (void) pthread_setcanceltype (__clframe.__cancel_type, NULL); \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 519 int __cancel_type; member in struct:__pthread_cleanup_frame
530 int __cancel_type; member in class:__pthread_cleanup_class
538 &__cancel_type); }
539 void __restore () const { pthread_setcanceltype (__cancel_type, 0); }
619 &__clframe.__cancel_type)
625 (void) pthread_setcanceltype (__clframe.__cancel_type, NULL); \
    [all...]

Completed in 75 milliseconds