Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
unsafe fn wake(_: *const ()) {}
105
unsafe fn wake_by_ref(_: *const ()) {}
106
unsafe fn drop(_: *const ()) {}
107
108
#[no_mangle]
109
pub fn main() -> i32 {
Callers
15
new
Method · 0.85
fork
Method · 0.85
run_tasks
Function · 0.85
suspend_current_and_run_next
Function · 0.85
exit_current_and_run_next
Function · 0.85
wakeup_task
Function · 0.85
init
Method · 0.85
read
Method · 0.85
read_event
Method · 0.85
sys_write
Function · 0.85
sys_read
Function · 0.85
sys_mutex_lock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected