Searched defs:is_idle (Results 1 – 9 of 9) sorted by relevance
58 const bool is_idle = identity->is_idle.load(std::memory_order_relaxed); in Tick() local
60 const bool is_idle = identity->is_idle.load(std::memory_order_relaxed); in MaybeBecomeIdle() local
126 static int is_idle(struct fd_bo *bo) in is_idle() function
113 static int is_idle(struct etna_bo *bo) in is_idle() function
157 std::atomic<bool> is_idle; // Has thread become idle yet? member
56 gboolean is_idle; in on_state_change() local
5286 void Isolate::SetIdle(bool is_idle) { in ThrowInternal()
8366 void Isolate::SetIdle(bool is_idle) { in SetIdle()
29949 bool is_idle; member