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

Function sem_unlink

crates/stdlib/src/multiprocessing.rs:365–365  ·  view source on GitHub ↗
(_name: String)

Source from the content-addressed store, hash-verified

363 // On Windows, sem_unlink is a no-op
364 #[pyfunction]
365 fn sem_unlink(_name: String) {}
366
367 #[pyattr]
368 fn flags(vm: &VirtualMachine) -> PyRef<PyDict> {

Callers 2

_cleanupMethod · 0.85
createMethod · 0.85

Calls 4

semaphore_nameFunction · 0.85
os_errorFunction · 0.85
ErrClass · 0.50
as_ptrMethod · 0.45

Tested by

no test coverage detected