Searched refs:workload_thread_ (Results 1 – 2 of 2) sorted by relevance
52 workload_thread_ = std::thread([this] { this->WorkloadThreadLoop(); }); in StreamBufferCacheManager()54 status_t res = utils::SetRealtimeThread(workload_thread_.native_handle()); in StreamBufferCacheManager()70 workload_thread_.join(); in ~StreamBufferCacheManager()
292 std::thread workload_thread_; variable