Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_ptr
Method
as_ptr
crates/stdlib/src/multiprocessing.rs:589–591 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
587
588
#[inline]
589
fn as_ptr(&self) -> *mut sem_t {
590
self.raw
591
}
592
}
593
594
impl Drop for SemHandle {
Callers
9
send
Function · 0.45
create
Method · 0.45
open_existing
Method · 0.45
handle
Method · 0.45
acquire
Method · 0.45
release
Method · 0.45
_get_value
Method · 0.45
_is_zero
Method · 0.45
sem_unlink
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected