Searched defs:is_idle (Results 1 – 7 of 7) 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
113 static int is_idle(struct etna_bo *bo) in is_idle() function
126 static int is_idle(struct fd_bo *bo) in is_idle() function
157 std::atomic<bool> is_idle; // Has thread become idle yet? member
5309 void Isolate::SetIdle(bool is_idle) { in ThrowInternal()
8442 void Isolate::SetIdle(bool is_idle) { in SetIdle()