Home
last modified time | relevance | path

Searched refs:to_usec (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/src/async/
H A Dcontext.cpp277 uint64_t to_usec = 0; in arm() local
278 sd_bus_get_timeout(get_busp(ctx), &to_usec); in arm()
280 if (to_usec == UINT64_MAX) in arm()
288 timeout = std::chrono::microseconds(to_usec); in arm()