Home
last modified time | relevance | path

Searched refs:Post (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/tests/
H A DMessageBusTest.cpp37 TestMessageBus::Post(std::move(m1)); in DEF_TEST()
38 TestMessageBus::Post(std::move(m2)); in DEF_TEST()
49 TestMessageBus::Post(m3); in DEF_TEST()
91 TestMessageBus::Post(std::move(m1)); in DEF_TEST()
92 TestMessageBus::Post(std::move(m2)); in DEF_TEST()
105 TestMessageBus::Post(std::move(m3)); in DEF_TEST()
113 // TestMessageBus::Post(m4); in DEF_TEST()
150 AddressedMessageBus::Post({idInvalid}); // Should go to both in DEF_TEST()
151 AddressedMessageBus::Post({id1}); // Should go to inbox1 in DEF_TEST()
152 AddressedMessageBus::Post({id in DEF_TEST()
[all...]
H A DTextureProxyTest.cpp206 SkMessageBus<GrUniqueKeyInvalidatedMessage, uint32_t>::Post(msg); in basic_test()
306 SkMessageBus<GrUniqueKeyInvalidatedMessage, uint32_t>::Post( in invalidation_and_instantiation_test()
H A DResourceCacheTest.cpp1086 Bus::Post(Msg(key1, dContext->priv().contextID())); in test_purge_invalidated()
1087 Bus::Post(Msg(key2, dContext->priv().contextID())); in test_purge_invalidated()
1096 Bus::Post(Msg(key3, dContext->priv().contextID())); in test_purge_invalidated()
1595 SkMessageBus<GrTextureFreedMessage, GrDirectContext::DirectContextID>::Post(msg1); in test_free_texture_messages()
1602 SkMessageBus<GrTextureFreedMessage, GrDirectContext::DirectContextID>::Post(msg2); in test_free_texture_messages()
1678 SkMessageBus<GrTextureFreedMessage, GrDirectContext::DirectContextID>::Post(msg); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dper_thread_sem_test.cc60 void Post() { in Post() function in absl::synchronization_internal::SimpleSemaphore
75 base_internal::ThreadIdentity *identity1; // First Post()-er.
85 t->identity2_written.Post(); in TimingThread()
88 Post(t->identity1); in TimingThread()
113 Post(t.identity2); in TestTiming()
128 static void Post(base_internal::ThreadIdentity *id) { in Post() function in absl::synchronization_internal::PerThreadSemTest
129 PerThreadSem::Post(id); in Post()
171 Post(GetOrCreateCurrentThreadIdentity()); in TEST_F()
H A Dper_thread_sem.h74 static inline void Post(base_internal::ThreadIdentity* identity);
105 void absl::synchronization_internal::PerThreadSem::Post( in Post() function in absl::synchronization_internal::PerThreadSem
H A Dwaiter.cc109 void Waiter::Post() { in Post() function in absl::synchronization_internal::Waiter
214 void Waiter::Post() { in Post() function in absl::synchronization_internal::Waiter
289 void Waiter::Post() { in Post() function in absl::synchronization_internal::Waiter
290 // Post a wakeup. in Post()
405 void Waiter::Post() { in Post() function in absl::synchronization_internal::Waiter
H A Dwaiter.h77 // Blocks the calling thread until a matching call to `Post()` or
78 // `t` has passed. Returns `true` if woken (`Post()` called),
83 void Post();
87 // `Post()` or timeout.
H A Dper_thread_sem.cc73 absl::synchronization_internal::Waiter::GetWaiter(identity)->Post(); in AbslInternalPerThreadSemPost()
/third_party/node/src/inspector/
H A Dmain_thread_interface.cc97 thread_->Post(NewCreateRequest(object_id_, std::move(factory))); in AnotherThreadObjectReference()
103 thread_->Post(std::make_unique<DeleteRequest>(object_id_)); in ~AnotherThreadObjectReference()
109 thread_->Post(std::unique_ptr<Request>( in Call()
207 void MainThreadInterface::Post(std::unique_ptr<Request> request) { in Post() function in node::inspector::MainThreadInterface
308 bool MainThreadHandle::Post(std::unique_ptr<Request> request) { in Post() function in node::inspector::MainThreadHandle
312 main_thread_->Post(std::move(request)); in Post()
H A Dtracing_agent.cc104 main_thread_->Post(std::make_unique<SendMessageRequest>(frontend_object_id_,
123 main_thread_->Post( in ~TracingAgent()
131 main_thread_->Post(std::make_unique<CreateFrontendWrapperRequest>( in Wire()
H A Dmain_thread_interface.h56 bool Post(std::unique_ptr<Request> request);
79 void Post(std::unique_ptr<Request> request);
H A Dworker_inspector.cc71 parent_thread_->Post( in ~ParentInspectorHandle()
79 parent_thread_->Post(std::move(request)); in WorkerStarted()
/third_party/node/src/
H A Djs_native_api_v8_inspector.cc91 bool Post(std::unique_ptr<Request> request);
111 void Post(std::unique_ptr<Request> request);
216 thread_->Post(NewCreateRequest(object_id_, std::move(factory))); in AnotherThreadObjectReference()
222 thread_->Post(std::make_unique<DeleteRequest>(object_id_)); in ~AnotherThreadObjectReference()
228 thread_->Post(std::unique_ptr<Request>( in Call()
324 void MainThreadInterface::Post(std::unique_ptr<Request> request) { in Post() function in v8impl::__anon15371::MainThreadInterface
415 bool MainThreadHandle::Post(std::unique_ptr<Request> request) { in Post() function in v8impl::__anon15371::MainThreadHandle
419 main_thread_->Post(std::move(request)); in Post()
527 void Post(int session_id, in Post() function in v8impl::__anon15372::RequestQueueData
589 void Post(in function in v8impl::__anon15372::RequestQueue
[all...]
H A Dinspector_io.cc111 void Post(int session_id, in Post() function in node::inspector::__anon15355::RequestQueueData
174 void Post(int session_id, in Post() function in node::inspector::RequestQueue
179 data_->Post(session_id, action, std::move(message)); in Post()
197 request_queue_->Post(id_, TransportAction::kSendMessage,
270 request_queue_->Post(0, TransportAction::kKill, nullptr); in ~InspectorIo()
276 request_queue_->Post(0, TransportAction::kStop, nullptr); in StopAcceptingNewConnections()
/third_party/alsa-lib/include/
H A Dalsa-symbols.h29 #define INTERNAL_CONCAT2_2(Pre, Post) Pre##Post
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-invoker.cc37 static Handle Post(GarbageCollector* collector, cppgc::TaskRunner* runner, in Post() function in cppgc::internal::final::final
105 gc_task_handle_ = GCTask::Post( in CollectGarbage()
H A Dmarker.cc96 static Handle Post(cppgc::TaskRunner*, MarkerBase*);
115 MarkerBase::IncrementalMarkingTask::Post(cppgc::TaskRunner* runner, in Post() function in cppgc::MarkerBase::IncrementalMarkingTask
425 IncrementalMarkingTask::Post(foreground_task_runner_.get(), this); in ScheduleIncrementalMarkingTask()
/third_party/skia/src/core/
H A DSkMessageBus.h35 // We want to make sure the caller of Post() method will not keep a ref or copy of the message,
41 // Post a message to be received by Inboxes for this Message type. Checks
43 static void Post(Message m);
129 /*static*/ void SkMessageBus<Message, IDType, AllowCopyableMessage>::Post(Message m) { in Post() function in SkMessageBus
H A DSkPromiseImageTexture.cpp23 SkMessageBus<GrUniqueKeyInvalidatedMessage, uint32_t>::Post(msg); in ~SkPromiseImageTexture()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DIntermRebuild.h71 Post = 1u << 1u,
76 // If (Post) bit, only visit if the returned node is the same as the original node.
81 Both = Children | Post,
H A DSeparateCompoundExpressions.cpp384 return {node, VisitBits::Post};
466 return {node, VisitBits::Post};
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.h71 Post = 1u << 1u,
76 // If (Post) bit, only visit if the returned node is the same as the original node.
81 Both = Children | Post,
/third_party/skia/src/gpu/
H A DGrBackendTextureImageGenerator.cpp40 SkMessageBus<GrTextureFreedMessage, GrDirectContext::DirectContextID>::Post(msg); in ~RefHelper()
/third_party/skia/src/image/
H A DSkImage_GpuBase.cpp261 SkMessageBus<GrTextureFreedMessage, GrDirectContext::DirectContextID>::Post(msg); in MakePromiseImageLazyProxy()
/third_party/skia/src/gpu/text/
H A DGrTextBlobCache.cpp78 SkMessageBus<PurgeBlobMessage, uint32_t>::Post(PurgeBlobMessage(blobID, cacheID)); in PostPurgeBlobMessage()

Completed in 28 milliseconds

12