Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Starry-OS/StarryOS
/ wake
Method
wake
api/src/file/epoll.rs:216–218 ·
view source on GitHub ↗
(self: Arc<Self>)
Source
from the content-addressed store, hash-verified
214
215
impl Wake for InterestWaker {
216
fn wake(self: Arc<Self>) {
217
self.wake_by_ref();
218
}
219
220
fn wake_by_ref(self: &Arc<Self>) {
221
let Some(epoll) = self.epoll.upgrade() else {
Callers
15
handle_futex_death
Function · 0.45
do_exit
Function · 0.45
set_foreground
Method · 0.45
new
Method · 0.45
read
Method · 0.45
write
Method · 0.45
drop
Method · 0.45
read
Method · 0.45
write
Method · 0.45
wake_by_ref
Method · 0.45
update_mask
Method · 0.45
read
Method · 0.45
Calls
1
wake_by_ref
Method · 0.80
Tested by
no test coverage detected