MCPcopy 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

sendFunction · 0.45
createMethod · 0.45
open_existingMethod · 0.45
handleMethod · 0.45
acquireMethod · 0.45
releaseMethod · 0.45
_get_valueMethod · 0.45
_is_zeroMethod · 0.45
sem_unlinkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected