Lines Matching refs:check_posix_thread
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()
198 check_posix_thread (NULL, (signals) { [SIGUSR1] = true, }); in do_test()