Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/libs/libcompos_common/
Dtimeouts.rs35 pub static TIMEOUTS: LazyLock<Timeouts> = LazyLock::new(|| { variable
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1303.c58 #define TIMEOUTS(x,y) testdata->set.timeout = x; \ macro