Searched refs:check_posix_thread (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/nptl/ |
D | tst-pthread-attr-sigmask.c | 90 check_posix_thread (pthread_attr_t *attr, signals expected_mask) in check_posix_thread() function 111 check_posix_thread (NULL, (signals) { false, }); in do_test() 120 check_posix_thread (NULL, (signals) { [SIGUSR1] = true, }); in do_test() 129 check_posix_thread (&attr, (signals) { [SIGUSR1] = true, }); in do_test() 144 check_posix_thread (&attr, (signals) { [SIGUSR2] = true, }); in do_test() 153 check_posix_thread (&attr, (signals) { [SIGUSR2] = true, }); in do_test() 160 check_posix_thread (&attr, (signals) { [SIGUSR1] = true, }); in do_test() 177 check_posix_thread (NULL, (signals) { [SIGHUP] = true, }); in do_test() 183 check_posix_thread (&attr, (signals) { [SIGUSR1] = true, }); in do_test() 190 check_posix_thread (&attr, (signals) { [SIGUSR2] = true, }); in do_test() [all …]
|