Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_setschedparam.c33 * @tc.name : pthread_setschedparam_0100
37 void pthread_setschedparam_0100(void) in pthread_setschedparam_0100() function
45 EXPECT_EQ("pthread_setschedparam_0100", ret, 0); in pthread_setschedparam_0100()
47 EXPECT_EQ("pthread_setschedparam_0100", semRet, 0); in pthread_setschedparam_0100()
54 pthread_setschedparam_0100(); in main()
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dinvalid_param.c558 * @tc.name : pthread_setschedparam_0100
562 void pthread_setschedparam_0100(void) in pthread_setschedparam_0100() function
566 t_error("pthread_setschedparam_0100: Error forking process"); in pthread_setschedparam_0100()
577 EXPECT_EQ("pthread_setschedparam_0100", SIGABRT, sig); in pthread_setschedparam_0100()
608 pthread_setschedparam_0100(); in main()

Completed in 1 milliseconds