gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:P_ZOMBIE (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/proc.h - 24.6KB - 595 lines
358: 
359: #define P_ZOMBIE(p)     ((p)->p_stat == SZOMB || (p)->p_stat == SDEAD)
360: 
bsd_source/t2ex/network/net/src_bsd/sys/proc.h - 24.8KB - 616 lines
363: 
364: #define P_ZOMBIE(p)     \
365:     ((p)->p_stat == SZOMB || (p)->p_stat == SDYING || (p)->p_stat == SDEAD)