Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dtst-tgkill.c54 TEST_COMPARE (errno, ESRCH); in subprocess_no_tid_match()
57 TEST_COMPARE (errno, ESRCH); in subprocess_no_tid_match()
60 TEST_COMPARE (errno, ESRCH); in subprocess_no_tid_match()
74 TEST_COMPARE (errno, ESRCH); in subprocess()
76 TEST_COMPARE (errno, ESRCH); in subprocess()
A Dclock_getcpuclockid.c51 return ESRCH; in __clock_getcpuclockid()
A Dtest-errno-linux.c162 fails |= test_wrp (ESRCH, getpgid, -1); in do_test()
/sysdeps/mach/hurd/
A Dsetpriority.c36 if (piderr != ESRCH) in __setpriority()
85 err = ESRCH; in __setpriority()
A Dkill.c128 if (err == ESRCH) in __kill()
146 return delivered ? 0 : __hurd_fail (err ?: ESRCH); in __kill()
A Dgetpriority.c77 err = onerr ?: ESRCH; in __getpriority()
/sysdeps/pthread/
A Dtst-pthread_kill-exited.c55 TEST_COMPARE (compat_pthread_kill (thr, SIGUSR1), ESRCH); in do_test()
/sysdeps/hurd/htl/
A Dpt-kill.c36 return ESRCH; in __pthread_kill()
/sysdeps/unix/
A Dgetlogin.c66 if (errno == ESRCH) in getlogin()
A Dgetlogin_r.c71 if (errno == ESRCH) in __getlogin_r()
/sysdeps/mach/hurd/htl/
A Dpt-mutex-transfer-np.c34 return ESRCH; in __pthread_mutex_transfer_np()
/sysdeps/mach/hurd/bits/
A Derrno.h39 ESRCH = 0x40000003, /* No such process */ enumerator
235 #define ESRCH 0x40000003 macro
/sysdeps/nptl/
A Dfutex-internal.h272 case -ESRCH: in futex_unlock_pi()
/sysdeps/gnu/
A Derrlist.h15 #ifdef ESRCH
18 _S(ESRCH, N_("No such process"))

Completed in 16 milliseconds