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