Searched refs:SemaphoreScopedCommandsExecutor (Results 1 – 2 of 2) sorted by relevance
31 class ThreadGroupSemaphore::SemaphoreScopedCommandsExecutor class in base::internal::ThreadGroupSemaphore34 explicit SemaphoreScopedCommandsExecutor(ThreadGroupSemaphore* outer) in SemaphoreScopedCommandsExecutor() function in base::internal::ThreadGroupSemaphore::SemaphoreScopedCommandsExecutor37 SemaphoreScopedCommandsExecutor(const SemaphoreScopedCommandsExecutor&) =39 SemaphoreScopedCommandsExecutor& operator=(40 const SemaphoreScopedCommandsExecutor&) = delete;41 ~SemaphoreScopedCommandsExecutor() override { in ~SemaphoreScopedCommandsExecutor()118 return std::make_unique<SemaphoreScopedCommandsExecutor>(this); in GetExecutor()149 SemaphoreScopedCommandsExecutor executor(this); in Start()164 SemaphoreScopedCommandsExecutor executor(this); in UpdateSortKey()170 SemaphoreScopedCommandsExecutor executor(this); in PushTaskSourceAndWakeUpWorkers()[all …]
66 class SemaphoreScopedCommandsExecutor;87 SemaphoreScopedCommandsExecutor* executor)