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

/bionic/tests/
H A Dpthread_test.cpp454 pthread_t null_thread = 0; local
455 EXPECT_EQ(ENOENT, pthread_setname_np(null_thread, "short 3"));
467 pthread_t null_thread = 0; local
470 EXPECT_EQ(ENOENT, pthread_getname_np(null_thread, name, sizeof(name)));
504 pthread_t null_thread = 0; local
505 EXPECT_EQ(ESRCH, pthread_detach(null_thread));
531 pthread_t null_thread = 0; local
533 EXPECT_EQ(ESRCH, pthread_getcpuclockid(null_thread, &c));
546 pthread_t null_thread = 0; local
549 EXPECT_EQ(ESRCH, pthread_getschedparam(null_thread,
562 pthread_t null_thread = 0; local
576 pthread_t null_thread = 0; local
588 pthread_t null_thread = 0; local
[all...]

Completed in 31 milliseconds