Home
last modified time | relevance | path

Searched refs:LWP_COREDUMP_FLAG (Results 1 – 2 of 2) sorted by relevance

/components/lwp/
A Dlwp.h82 #define LWP_COREDUMP_FLAG 0x80 macro
84 #define LWP_CREATE_STAT_SIGNALED(signo, coredump) (((signo) & 0x7f) | (coredump ? LWP_COREDUMP_FLAG
A Dlwp_pid.c1542 si_code = (lwp_status & LWP_COREDUMP_FLAG) ? CLD_DUMPED : CLD_KILLED; in _notify_parent()

Completed in 11 milliseconds