Searched defs:WorkAvailable (Results 1 – 10 of 10) sorted by relevance
64 bool WorkAvailable() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in WorkAvailable() function
67 bool WorkAvailable() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in WorkAvailable() function
36 bool WorkerThread::WorkAvailable() { return !work_queue_.empty(); } in WorkAvailable() function in xla::WorkerThread
65 bool HostStream::WorkAvailable() { return !work_queue_.empty(); } in WorkAvailable() function in stream_executor::host::HostStream