Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/gnss/common/utils/default/include/
H A DUtils.h59 struct ThreadBlocker { struct
62 bool wait_for(std::chrono::duration<R, P> const& time) { in wait_for()
67 void notify() { in notify()
73 void reset() { in reset()
80 std::mutex m;
81 bool terminate = false;