Home
last modified time | relevance | path

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

/external/fio/os/windows/posix/include/sys/
Dwait.h4 #define WIFSIGNALED(a) 0 macro
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py880 def WIFSIGNALED(self, status): member in ChildWatcherTestsMixin