Home
last modified time | relevance | path

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

123

/glibc-2.36/sysdeps/unix/sysv/linux/
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()
Dclock_getcpuclockid.c51 return ESRCH; in __clock_getcpuclockid()
Dtst-process_mrelease.c81 TEST_COMPARE (errno, ESRCH); in do_test()
/glibc-2.36/hurd/
Dhurdkill.c69 if (err == ESRCH) in _hurd_sig_post()
90 return delivered ? 0 : err ?: ESRCH; in _hurd_sig_post()
/glibc-2.36/sysdeps/mach/hurd/
Dsetpriority.c36 if (piderr != ESRCH) in __setpriority()
85 err = ESRCH; in __setpriority()
Dkill.c128 if (err == ESRCH) in __kill()
146 return delivered ? 0 : __hurd_fail (err ?: ESRCH); in __kill()
/glibc-2.36/time/
Dtst-cpuclock1.c80 if (e != ENOSYS && e != ESRCH && e != EPERM) in do_test()
241 if (kill (child, SIGKILL) != 0 && errno != ESRCH) in do_test()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h39 ESRCH = 0x40000003, /* No such process */ enumerator
236 #define ESRCH 0x40000003 macro
/glibc-2.36/login/
Dutmp_file.c236 __set_errno (ESRCH); in internal_getut_nolock()
322 __set_errno (ESRCH); in __libc_getutline_r()
/glibc-2.36/nptl/
Dpthread_getcpuclockid.c34 return ESRCH; in __pthread_getcpuclockid()
Dpthread_detach.c31 return ESRCH; in ___pthread_detach()
Dpthread_getschedparam.c33 return ESRCH; in __pthread_getschedparam()
Dpthread_setschedparam.c34 return ESRCH; in __pthread_setschedparam()
Dpthread_setschedprio.c34 return ESRCH; in __pthread_setschedprio()
Dpthread_sigqueue.c39 return ESRCH; in __pthread_sigqueue()
/glibc-2.36/sysdeps/pthread/
Dtst-pthread_kill-exited.c55 TEST_COMPARE (compat_pthread_kill (thr, SIGUSR1), ESRCH); in do_test()
/glibc-2.36/termios/
Dtcgetsid.c58 if (sid == -1 && errno == ESRCH) in tcgetsid()
/glibc-2.36/htl/
Dpt-getattr.c35 return ESRCH; in __pthread_getattr_np()
Dpt-cancel.c31 return ESRCH; in pthread_cancel()
Dpt-detach.c36 return ESRCH; in __pthread_detach()
/glibc-2.36/sysdeps/hurd/htl/
Dpt-kill.c36 return ESRCH; in __pthread_kill()
/glibc-2.36/sysdeps/unix/
Dgetlogin.c66 if (errno == ESRCH) in getlogin()
Dgetlogin_r.c71 if (errno == ESRCH) in __getlogin_r()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-mutex-transfer-np.c34 return ESRCH; in __pthread_mutex_transfer_np()
/glibc-2.36/stdio-common/
Dtest-strerr.c40 #ifdef ESRCH in do_test()
41 TEST_COMPARE_STRING (strerrordesc_np (ESRCH), "No such process"); in do_test()
42 TEST_COMPARE_STRING (strerrorname_np (ESRCH), "ESRCH"); in do_test()

123