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

Function after_fork_child_imp_lock_release

crates/vm/src/stdlib/_imp.rs:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93#[cfg(all(unix, feature = "threading"))]
94pub(crate) unsafe fn after_fork_child_imp_lock_release() {
95 unsafe { lock::after_fork_child_reinit_and_release() }
96}
97
98#[cfg(not(feature = "threading"))]
99#[pymodule(sub)]

Callers 1

py_os_after_fork_childFunction · 0.85

Tested by

no test coverage detected