Home
last modified time | relevance | path

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

/external/rust/crates/nix/src/sys/
Dwait.rs143 fn stop_signal(status: i32) -> Result<Signal> { in stop_signal() function
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2254 const auto stop_signal = static_cast<int32_t>(stop_info->GetValue()); in DidProcessStopAbnormally() local