MCPcopy Index your code
hub / github.com/RustPython/RustPython / clear_wakeup_fd_after_fork

Function clear_wakeup_fd_after_fork

crates/vm/src/stdlib/_signal.rs:714–716  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

712 /// The child must not write to the parent's wakeup fd.
713 #[cfg(unix)]
714 pub(crate) fn clear_wakeup_fd_after_fork() {
715 WAKEUP.store(INVALID_WAKEUP, Ordering::Relaxed);
716 }
717
718 pub(crate) fn module_exec(
719 vm: &VirtualMachine,

Callers 1

py_os_after_fork_childFunction · 0.85

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected