MCPcopy Index your code
hub / github.com/Andy-Python-Programmer/aero / wait

Method wait

src/aero_kernel/src/fs/epoll.rs:120–233  ·  view source on GitHub ↗

Retrieves ready events, and delivers them to the caller-supplied event buffer and returns the number of ready events if the call was successful. ## Arguments `events`: Used to return information from the ready list about file descriptors in the interest list that have some events available. `max_events`: Maximum number of events. `timeout`: specifies the minimum number of milliseconds that epo

(
        &self,
        ret_events: &mut [EPollEvent],
        max_events: usize,
        timeout: usize,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

wait_for_processFunction · 0.45
kernel_dbg_threadFunction · 0.45
read_atMethod · 0.45
read_atMethod · 0.45
read_atMethod · 0.45

Calls 12

get_schedulerFunction · 0.85
lockMethod · 0.80
get_handleMethod · 0.80
stateMethod · 0.80
load_sleep_durationMethod · 0.80
await_ioMethod · 0.80
current_taskMethod · 0.45
pollMethod · 0.45
inodeMethod · 0.45
is_emptyMethod · 0.45
pushMethod · 0.45
sleepMethod · 0.45

Tested by

no test coverage detected