Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_cleanup
Method · 0.85
create
Method · 0.85
Calls
4
semaphore_name
Function · 0.85
os_error
Function · 0.85
Err
Class · 0.50
as_ptr
Method · 0.45
Tested by
no test coverage detected