Home
last modified time | relevance | path

Searched refs:SemaphoreScopedCommandsExecutor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_group_semaphore.cc31 class ThreadGroupSemaphore::SemaphoreScopedCommandsExecutor class in base::internal::ThreadGroupSemaphore
34 explicit SemaphoreScopedCommandsExecutor(ThreadGroupSemaphore* outer) in SemaphoreScopedCommandsExecutor() function in base::internal::ThreadGroupSemaphore::SemaphoreScopedCommandsExecutor
37 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 …]
H A Dthread_group_semaphore.h66 class SemaphoreScopedCommandsExecutor;
87 SemaphoreScopedCommandsExecutor* executor)