Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.cpp23 : stopped_(false), next_serial_(1) { in ThreadLooper()
36 auto serial = next_serial_++; in Post()
49 auto serial = next_serial_++; in PostWithDelay()
Dthread_looper.h85 std::atomic<Serial> next_serial_; variable