Home
last modified time | relevance | path

Searched defs:still_active (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dis_running.hpp16 constexpr static ::boost::winapi::DWORD_ still_active = 259; variable
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dis_running.hpp19 constexpr int still_active = 0x017f; variable
/external/python/cpython3/Lib/multiprocessing/
Dutil.py233 def still_active(self): member in Finalize