pub const __WNOTHREAD: c_int = 0x2000_0000;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/waitpid.2.html.
Do not wait for children of other threads in the same thread group.
pub const __WNOTHREAD: c_int = 0x2000_0000;Non-POSIX, see https://www.man7.org/linux/man-pages/man2/waitpid.2.html.
Do not wait for children of other threads in the same thread group.