Home
last modified time | relevance | path

Searched defs:poll_source (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/cros_async/src/
Dio_ext.rs254 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readvec() localVariable
276 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writevec() localVariable
316 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readmem() localVariable
342 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writemem() localVariable
377 let poll_source = async_poll_from(eventfd, &poll_ex).unwrap(); in read_eventfds() localVariable
Dlib.rs67 mod poll_source; module