Home
last modified time | relevance | path

Searched defs:WIFSIGNALED (Results 1 – 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-waitpid.h39 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) macro
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1133 def WIFSIGNALED(self, status): member in ChildWatcherTestsMixin