Searched refs:PostingThread (Results 1 – 1 of 1) sorted by relevance
30 class PostingThread { class50 static std::unique_ptr<PostingThread> Create(WaitableEvent* start_event, in Create()53 WrapUnique(new PostingThread(start_event, std::move(action))); in Create()61 ~PostingThread() { DCHECK_EQ(!thread_handle_.is_null(), join_called_); } in ~PostingThread()71 Delegate(PostingThread* outer, std::unique_ptr<Action> action) in Delegate()86 PostingThread* const outer_;92 PostingThread(WaitableEvent* start_event, std::unique_ptr<Action> delegate) in PostingThread() function in base::__anon97d2d4d30111::PostingThread116 DISALLOW_COPY_AND_ASSIGN(PostingThread);140 class ContinuouslyPostTasks final : public PostingThread::Action {172 std::vector<std::unique_ptr<PostingThread>> threads; in RunTest()[all …]