Home
last modified time | relevance | path

Searched refs:exit_group (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/
H A Druntime.rs107 /// - [Linux `exit_group`]
111 /// [Linux `exit_group`]: https://man7.org/linux/man-pages/man2/exit_group.2.html
116 pub fn exit_group(status: i32) -> ! { in exit_group() functions
117 backend::process::syscalls::exit_group(status) in exit_group()
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dsyscalls.rs521 pub(crate) fn exit_group(code: c::c_int) -> ! {
/third_party/toybox/toys/pending/
H A Dstrace.c482 SC(exit_group, "d"); in print_enter()

Completed in 2 milliseconds