Home
last modified time | relevance | path

Searched refs:CLD_KILLED (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/sys/
H A Dwait.cpp53 case CLD_KILLED: in _waitpid()
/haiku/src/bin/debug/strace/
H A Dsignals.cpp123 CASE(CLD_KILLED) in signal_code()
/haiku/headers/posix/
H A Dsignal.h203 #define CLD_KILLED 61 /* child terminated abnormally without core dump */ macro
/haiku/src/system/kernel/
H A Dteam.cpp3357 case CLD_KILLED: in team_delete_team()
3523 team->exit.reason = CLD_KILLED; in team_init_exit_info_on_error()
H A Dsignal.cpp1212 team->exit.reason = CLD_KILLED; in handle_signals()