Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ sys_framebuffer_flush
Function
sys_framebuffer_flush
os/src/syscall/gui.rs:31–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
pub fn sys_framebuffer_flush() -> isize {
32
GPU_DEVICE.flush();
33
0
34
}
Callers
1
syscall
Function · 0.70
Calls
1
flush
Method · 0.80
Tested by
no test coverage detected