Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_setschedparam.cpp42 if (tid == -1) return ESRCH; in pthread_setschedparam()
52 if (tid == -1) return ESRCH; in pthread_setschedprio()
Dclock_getcpuclockid.cpp44 return ESRCH; in clock_getcpuclockid()
Dpthread_kill.cpp43 if (tid == 0 || tid == -1) return ESRCH; in pthread_kill()
Dpthread_getcpuclockid.cpp37 if (tid == -1) return ESRCH; in pthread_getcpuclockid()
Dpthread_getschedparam.cpp40 if (tid == -1) return ESRCH; in pthread_getschedparam()
Dpthread_detach.cpp39 return ESRCH; in pthread_detach()
Dpthread_sigqueue.cpp44 if (tid == -1) return ESRCH; in pthread_sigqueue()
Dpthread_join.cpp45 return ESRCH; in pthread_join()
Dstrerror.cpp50 [ESRCH] = "No such process",
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h23 #define ESRCH 3 macro
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dhsearch_r.c101 errno = ESRCH; in hsearch_r()
/bionic/tests/headers/posix/
Derrno_h.c109 MACRO(ESRCH); in errno_h()
/bionic/tests/
Dleak_test.cpp50 EXPECT_EQ(errno, ESRCH); in WaitUntilAllThreadsExited()
Dpthread_test.cpp563 ASSERT_EQ(ESRCH, errno); in TEST()
565 ASSERT_EQ(ESRCH, pthread_kill(thread, 0)); in TEST()
578 EXPECT_EQ(ESRCH, pthread_detach(null_thread)); in TEST_F()
607 EXPECT_EQ(ESRCH, pthread_getcpuclockid(null_thread, &c)); in TEST_F()
624 EXPECT_EQ(ESRCH, pthread_getschedparam(null_thread, &policy, &param)); in TEST_F()
641 EXPECT_EQ(ESRCH, pthread_setschedparam(null_thread, policy, &param)); in TEST_F()
654 EXPECT_EQ(ESRCH, pthread_setschedprio(null_thread, 123)); in TEST_F()
667 EXPECT_EQ(ESRCH, pthread_join(null_thread, nullptr)); in TEST_F()
680 EXPECT_EQ(ESRCH, pthread_kill(null_thread, 0)); in TEST_F()
Dtime_test.cpp656 while ((kill(tdd.tid, 0) != -1 || errno != ESRCH) && (time(NULL) - cur_time) < 5); in TEST()
658 ASSERT_EQ(ESRCH, errno); in TEST()
788 ASSERT_EQ(ESRCH, clock_getcpuclockid(GetInvalidPid(), &clockid)) << "\n" in TEST()
Dsearch_test.cpp274 ASSERT_EQ(ESRCH, errno); in TEST()
/bionic/libc/dns/resolv/
Dres_send.c385 errno = ESRCH; in res_nsend()
/bionic/docs/
Dstatus.md280 `pthread_kill`, instead of returning ESRCH when passed an invalid