Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
Dio_ext.rs315 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readvec() localVariable
340 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writevec() localVariable
383 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readmem() localVariable
412 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writemem() localVariable
453 let poll_source = async_poll_from(eventfd, &poll_ex).unwrap(); in read_eventfds() localVariable
Dlib.rs70 mod poll_source; module
/external/crosvm/common/cros_async/src/
Dio_ext.rs315 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readvec() localVariable
340 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writevec() localVariable
383 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readmem() localVariable
412 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writemem() localVariable
453 let poll_source = async_poll_from(eventfd, &poll_ex).unwrap(); in read_eventfds() localVariable
Dlib.rs69 mod poll_source; module