Home
last modified time | relevance | path

Searched refs:ESRCH (Results 1 – 19 of 19) 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.cpp51 EXPECT_EQ(errno, ESRCH); in WaitUntilAllThreadsExited()
Dpthread_test.cpp588 ASSERT_EQ(ESRCH, errno); in TEST()
590 ASSERT_EQ(ESRCH, pthread_kill(thread, 0)); in TEST()
603 EXPECT_EQ(ESRCH, pthread_detach(null_thread)); in TEST_F()
632 EXPECT_EQ(ESRCH, pthread_getcpuclockid(null_thread, &c)); in TEST_F()
649 EXPECT_EQ(ESRCH, pthread_getschedparam(null_thread, &policy, &param)); in TEST_F()
666 EXPECT_EQ(ESRCH, pthread_setschedparam(null_thread, policy, &param)); in TEST_F()
679 EXPECT_EQ(ESRCH, pthread_setschedprio(null_thread, 123)); in TEST_F()
692 EXPECT_EQ(ESRCH, pthread_join(null_thread, nullptr)); in TEST_F()
705 EXPECT_EQ(ESRCH, pthread_kill(null_thread, 0)); in TEST_F()
Dsetjmp_test.cpp321 if (tgkill(getpid(), tids[i], SIGPROF) == -1 && errno != ESRCH) { in TEST()
Dtime_test.cpp898 while ((kill(tdd.tid, 0) != -1 || errno != ESRCH) && (time(NULL) - cur_time) < 5); in TEST()
900 ASSERT_EQ(ESRCH, errno); in TEST()
1043 ASSERT_EQ(ESRCH, clock_getcpuclockid(GetInvalidPid(), &clockid)) << "\n" in TEST()
Dsearch_test.cpp279 ASSERT_EQ(ESRCH, errno); in TEST()
/bionic/libc/dns/resolv/
Dres_send.c385 errno = ESRCH; in res_nsend()
/bionic/docs/
Dstatus.md315 `pthread_kill`, instead of returning ESRCH when passed an invalid