Searched refs:sigerr (Results 1 – 2 of 2) sorted by relevance
/sysdeps/mach/hurd/ |
A D | gai_misc.h | 30 int sigerr __attribute__ ((unused)); in __gai_start_notify_thread() local 31 sigerr = pthread_sigmask (SIG_SETMASK, &ss, NULL); in __gai_start_notify_thread() 32 assert_perror (sigerr); in __gai_start_notify_thread() 53 int sigerr __attribute__ ((unused)); in __gai_create_helper_thread() local 54 sigerr = pthread_sigmask (SIG_SETMASK, &ss, &oss); in __gai_create_helper_thread() 55 assert_perror (sigerr); in __gai_create_helper_thread() 60 sigerr = pthread_sigmask (SIG_SETMASK, &oss, NULL); in __gai_create_helper_thread() 61 assert_perror (sigerr); in __gai_create_helper_thread()
|
/sysdeps/nptl/ |
A D | gai_misc.h | 84 int sigerr __attribute__ ((unused)); in __gai_start_notify_thread() local 85 sigerr = __pthread_sigmask (SIG_SETMASK, &ss, NULL); in __gai_start_notify_thread() 86 assert_perror (sigerr); in __gai_start_notify_thread() 109 int sigerr __attribute__ ((unused)); in __gai_create_helper_thread() local 110 sigerr = __pthread_sigmask (SIG_SETMASK, &ss, &oss); in __gai_create_helper_thread() 111 assert_perror (sigerr); in __gai_create_helper_thread() 116 sigerr = __pthread_sigmask (SIG_SETMASK, &oss, NULL); in __gai_create_helper_thread() 117 assert_perror (sigerr); in __gai_create_helper_thread()
|
Completed in 3 milliseconds