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

Function thread_c

user/src/bin/threads.rs:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25pub fn thread_c() -> ! {
26 for _ in 0..1000 {
27 print!("c");
28 }
29 exit(3)
30}
31
32#[no_mangle]
33pub fn main() -> i32 {

Callers

nothing calls this directly

Calls 1

exitFunction · 0.85

Tested by

no test coverage detected