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

Function thread_b

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

Source from the content-addressed store, hash-verified

16}
17
18pub fn thread_b() -> ! {
19 for _ in 0..1000 {
20 print!("b");
21 }
22 exit(2)
23}
24
25pub fn thread_c() -> ! {
26 for _ in 0..1000 {

Callers

nothing calls this directly

Calls 1

exitFunction · 0.85

Tested by

no test coverage detected