MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / drop

Function drop

user/src/bin/stackless_coroutine.rs:106–106  ·  view source on GitHub ↗
(_: *const ())

Source from the content-addressed store, hash-verified

104unsafe fn wake(_: *const ()) {}
105unsafe fn wake_by_ref(_: *const ()) {}
106unsafe fn drop(_: *const ()) {}
107
108#[no_mangle]
109pub fn main() -> i32 {

Callers 15

newMethod · 0.85
forkMethod · 0.85
run_tasksFunction · 0.85
wakeup_taskFunction · 0.85
initMethod · 0.85
readMethod · 0.85
read_eventMethod · 0.85
sys_writeFunction · 0.85
sys_readFunction · 0.85
sys_mutex_lockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected