Home
last modified time | relevance | path

Searched refs:null_thread (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dpthread_test.cpp506 pthread_t null_thread = 0; in TEST_F() local
507 EXPECT_EQ(ENOENT, pthread_setname_np(null_thread, "short 3")); in TEST_F()
520 pthread_t null_thread = 0; in TEST_F() local
523 EXPECT_EQ(ENOENT, pthread_getname_np(null_thread, name, sizeof(name))); in TEST_F()
577 pthread_t null_thread = 0; in TEST_F() local
578 EXPECT_EQ(ESRCH, pthread_detach(null_thread)); in TEST_F()
605 pthread_t null_thread = 0; in TEST_F() local
607 EXPECT_EQ(ESRCH, pthread_getcpuclockid(null_thread, &c)); in TEST_F()
621 pthread_t null_thread = 0; in TEST_F() local
624 EXPECT_EQ(ESRCH, pthread_getschedparam(null_thread, &policy, &param)); in TEST_F()
[all …]