Searched defs:poll_source (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/cros_async/src/ |
D | io_ext.rs | 315 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
|
D | lib.rs | 70 mod poll_source; module
|
/external/crosvm/common/cros_async/src/ |
D | io_ext.rs | 315 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
|
D | lib.rs | 69 mod poll_source; module
|