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

Function release_imp_lock_after_fork_parent

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

Source from the content-addressed store, hash-verified

82
83#[cfg(feature = "threading")]
84pub(crate) fn release_imp_lock_after_fork_parent() {
85 lock::release_lock_after_fork_parent();
86}
87
88#[cfg(all(unix, feature = "threading"))]
89pub(crate) unsafe fn reinit_imp_lock_after_fork() {

Callers 1

py_os_after_fork_parentFunction · 0.85

Calls 1

Tested by

no test coverage detected