Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/compat-43/
Dkillpg.c41 errno = ESRCH; in killpg()
/bionic/libc/bionic/
Dclock_getcpuclockid.cpp45 return ESRCH; in clock_getcpuclockid()
Dpthread_getcpuclockid.cpp36 return ESRCH; in pthread_getcpuclockid()
Dpthread_kill.cpp42 return ESRCH; in pthread_kill()
Dpthread_setschedparam.cpp39 return ESRCH; in pthread_setschedparam()
Dpthread_getschedparam.cpp39 return ESRCH; in pthread_getschedparam()
Dpthread_detach.cpp37 return ESRCH; in pthread_detach()
Dpthread_join.cpp41 return ESRCH; in pthread_join()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h24 #define ESRCH 3 macro
/bionic/libc/include/sys/
D_errdefs.h42 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
/bionic/tests/
Dtime_test.cpp473 while (pthread_detach(tdd.thread_id) != ESRCH && (time(NULL) - cur_time) < 5); in TEST()
474 ASSERT_EQ(ESRCH, pthread_detach(tdd.thread_id)); in TEST()
530 ASSERT_EQ(ESRCH, clock_getcpuclockid(GetInvalidPid(), &clockid)); in TEST()
Dpthread_test.cpp458 ASSERT_EQ(ESRCH, pthread_detach(dead_thread)); in TEST()
478 ASSERT_EQ(ESRCH, pthread_getcpuclockid(dead_thread, &c)); in TEST()
487 ASSERT_EQ(ESRCH, pthread_getschedparam(dead_thread, &policy, &param)); in TEST()
496 ASSERT_EQ(ESRCH, pthread_setschedparam(dead_thread, policy, &param)); in TEST()
503 ASSERT_EQ(ESRCH, pthread_join(dead_thread, NULL)); in TEST()
510 ASSERT_EQ(ESRCH, pthread_kill(dead_thread, 0)); in TEST()
/bionic/libc/dns/resolv/
Dres_send.c375 errno = ESRCH; in res_nsend()
409 errno = ESRCH; in res_nsend()