Searched refs:ESRCH (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/compat-43/ |
D | killpg.c | 41 errno = ESRCH; in killpg()
|
/bionic/libc/bionic/ |
D | pthread_kill.cpp | 39 if (tid == -1) return ESRCH; in pthread_kill()
|
D | clock_getcpuclockid.cpp | 44 return ESRCH; in clock_getcpuclockid()
|
D | pthread_getcpuclockid.cpp | 35 if (tid == -1) return ESRCH; in pthread_getcpuclockid()
|
D | pthread_setschedparam.cpp | 38 if (tid == -1) return ESRCH; in pthread_setschedparam()
|
D | pthread_getschedparam.cpp | 38 if (tid == -1) return ESRCH; in pthread_getschedparam()
|
D | pthread_detach.cpp | 37 return ESRCH; in pthread_detach()
|
D | pthread_join.cpp | 41 return ESRCH; in pthread_join()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | errno-base.h | 24 #define ESRCH 3 macro
|
/bionic/tests/ |
D | leak_test.cpp | 62 EXPECT_EQ(errno, ESRCH); in WaitUntilAllExited()
|
D | time_test.cpp | 551 while ((kill(tdd.tid, 0) != -1 || errno != ESRCH) && (time(NULL) - cur_time) < 5); in TEST() 553 ASSERT_EQ(ESRCH, errno); in TEST() 609 ASSERT_EQ(ESRCH, clock_getcpuclockid(GetInvalidPid(), &clockid)); in TEST()
|
D | pthread_test.cpp | 505 EXPECT_EQ(ESRCH, pthread_detach(null_thread)); in TEST_F() 533 EXPECT_EQ(ESRCH, pthread_getcpuclockid(null_thread, &c)); in TEST_F() 549 EXPECT_EQ(ESRCH, pthread_getschedparam(null_thread, &policy, ¶m)); in TEST_F() 565 EXPECT_EQ(ESRCH, pthread_setschedparam(null_thread, policy, ¶m)); in TEST_F() 577 EXPECT_EQ(ESRCH, pthread_join(null_thread, NULL)); in TEST_F() 589 EXPECT_EQ(ESRCH, pthread_kill(null_thread, 0)); in TEST_F()
|
/bionic/libc/private/ |
D | bionic_errdefs.h | 42 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 394 errno = ESRCH; in res_nsend()
|