Home
last modified time | relevance | path

Searched defs:select_res (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dasync_await_macros.rs203 let select_res; in select_on_non_unpin_expressions() localVariable
219 let select_res; in select_on_non_unpin_expressions_with_default() localVariable
237 let select_res; in select_on_non_unpin_size() localVariable
/aosp_15_r20/external/curl/lib/
H A Dc-hyper.c338 int select_res) in Curl_hyper_stream()
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp256 int select_res = select(fd_ + 1, nullptr, &fdset, nullptr, timeout); in ConnectWithTimeout() local