Home
last modified time | relevance | path

Searched refs:pthread_sigmask_0100 (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_sigmask.c25 * @tc.name : pthread_sigmask_0100
29 void pthread_sigmask_0100(void) in pthread_sigmask_0100() function
34 EXPECT_EQ("pthread_sigmask_0100", ret, 0); in pthread_sigmask_0100()
39 EXPECT_EQ("pthread_sigmask_0100", ret, 0); in pthread_sigmask_0100()
41 EXPECT_EQ("pthread_sigmask_0100", sigismember(&set, SIGUSR1), 1); in pthread_sigmask_0100()
100 pthread_sigmask_0100(); in main()

Completed in 1 milliseconds