Home
last modified time | relevance | path

Searched refs:zombie (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/sys/kern/
H A Dkern_proc.c2075 bool match, zombie, mmmbrains; in sysctl_doeproc() local
2227 zombie = true; in sysctl_doeproc()
2229 zombie = !rw_tryenter(&p->p_reflock, RW_READER); in sysctl_doeproc()
2231 if (zombie) { in sysctl_doeproc()
2241 fill_eproc(p, &kbuf->kproc.kp_eproc, zombie, in sysctl_doeproc()
2244 fill_kproc2(p, &kbuf->kproc2, zombie, in sysctl_doeproc()
2269 if (zombie) { in sysctl_doeproc()
2300 if (zombie) in sysctl_doeproc()
2702 fill_eproc(struct proc *p, struct eproc *ep, bool zombie, bool allowaddr) in fill_eproc() argument
2716 if (p->p_stat != SIDL && !P_ZOMBIE(p) && !zombie) { in fill_eproc()
[all …]
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_macosx.man8 will accurately display the state of stopped and zombie processes, but
/netbsd-src/sys/net/
H A Dif_tun.c186 * Find zombie driver instance by unit number.
310 bool zombie = false; in tun_clone_destroy() local
322 zombie = true; in tun_clone_destroy()
335 if (!zombie) { in tun_clone_destroy()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-proto-html241 zombie zombie tlsproxy 8 smtpd 8
/netbsd-src/games/hack/
H A Ddata136 Z a zombie
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DProgram.inc430 // waiting thread and then leave a zombie anyway.
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.2342 restriction to block zombie clients with reject_unauthorized_pipelining
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Daclocal.m41277 dnl Check if the pgrp of setpgrp() can't be the pid of a zombie process.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20014513 to TD_THR_UNKNOWN when looking for defunct zombie threads.
5368 * thread-db.c: Allow for defunct zombie threads.
5369 (attach_thread): Do not attempt to attach zombie thread.
5370 (thread_db_thread_alive): Return false for defunct zombie thread.
5371 (find_new_threads_callback): Don't add defunct zombie thread to list.
H A DChangeLog-20124534 if the thread is zombie.
4537 (attach_thread): Don't return early if the thread is zombie,
4541 zombie.
H A DChangeLog-20061161 * linux-nat.c (linux_test_for_tracefork): Don't leave zombie
H A DChangeLog-20111963 Check for zombie thread group leaders after handling all wait
2458 not zombie instead of reading the whole file.
H A DChangeLog-20046750 struct if one exists, even if we are dealing with a zombie thread.
6866 zombie, return TD_THR_ZOMBIE.
H A DChangeLog-20165900 and adjusted to handle detaching from a zombie thread.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20014513 to TD_THR_UNKNOWN when looking for defunct zombie threads.
5368 * thread-db.c: Allow for defunct zombie threads.
5369 (attach_thread): Do not attempt to attach zombie thread.
5370 (thread_db_thread_alive): Return false for defunct zombie thread.
5371 (find_new_threads_callback): Don't add defunct zombie thread to list.
H A DChangeLog-20124534 if the thread is zombie.
4537 (attach_thread): Don't return early if the thread is zombie,
4541 zombie.
H A DChangeLog-20061161 * linux-nat.c (linux_test_for_tracefork): Don't leave zombie
H A DChangeLog-20111963 Check for zombie thread group leaders after handling all wait
2458 not zombie instead of reading the whole file.
H A DChangeLog-20046750 struct if one exists, even if we are dealing with a zombie thread.
6866 zombie, return TD_THR_ZOMBIE.
H A DChangeLog-20165900 and adjusted to handle detaching from a zombie thread.
/netbsd-src/crypto/dist/ipsec-tools/
H A DChangeLog.old277 * src/racoon/isakmp.c: Fixed zombie PH1 handler when isakmp_send()
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog89 * zos: don't err when killing a zombie process (Shuowang (Wayne) Zhang)
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git14658 This is yet another case of zombie leader detection making things a
14681 was zombie, due to the exec), and then adding the leader back when it
15564 exit event for the zombie leader too, i.e., making GDBserver respect
15570 the event to GDBserver core. For the zombie leader scenario
112874 Somehow, above, GDB re-added the zombie leader back before printing
135094 …reads] operator(): check_zombie_leaders: leader_pid=713931, leader_lp!=NULL=1, num_lwps=2, zombie=0
135095 …reads] operator(): check_zombie_leaders: leader_pid=713935, leader_lp!=NULL=1, num_lwps=2, zombie=1
135096 [threads] operator(): Thread group leader 713935 zombie (it exited, or another thread execd).
135111 failure can be explained by the LWP becoming zombie, and swallows the
135118 - check_zombie_leaders detects that the leader is zombie and deletes
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-20218672 pointer directly and return void. Handle detaching from a zombie
13541 sigsuspend. Check for zombie leaders.
/netbsd-src/games/fortune/datfiles/
H A Dfortunes66 3 syncs represent the trinity -- init, the child and the eternal zombie
4534 nice zombie processes, strip, and sleep, but not, we hope, od. Three

12