/third_party/skia/tests/ |
H A D | MessageBusTest.cpp | 37 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 D | TextureProxyTest.cpp | 206 SkMessageBus<GrUniqueKeyInvalidatedMessage, uint32_t>::Post(msg); in basic_test() 306 SkMessageBus<GrUniqueKeyInvalidatedMessage, uint32_t>::Post( in invalidation_and_instantiation_test()
|
H A D | ResourceCacheTest.cpp | 1086 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 D | per_thread_sem_test.cc | 60 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 D | per_thread_sem.h | 74 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 D | waiter.cc | 109 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 D | waiter.h | 77 // 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 D | per_thread_sem.cc | 73 absl::synchronization_internal::Waiter::GetWaiter(identity)->Post(); in AbslInternalPerThreadSemPost()
|
/third_party/node/src/inspector/ |
H A D | main_thread_interface.cc | 97 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 D | tracing_agent.cc | 104 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 D | main_thread_interface.h | 56 bool Post(std::unique_ptr<Request> request); 79 void Post(std::unique_ptr<Request> request);
|
H A D | worker_inspector.cc | 71 parent_thread_->Post( in ~ParentInspectorHandle() 79 parent_thread_->Post(std::move(request)); in WorkerStarted()
|
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 91 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 D | inspector_io.cc | 111 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 D | alsa-symbols.h | 29 #define INTERNAL_CONCAT2_2(Pre, Post) Pre##Post
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | gc-invoker.cc | 37 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 D | marker.cc | 96 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 D | SkMessageBus.h | 35 // 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 D | SkPromiseImageTexture.cpp | 23 SkMessageBus<GrUniqueKeyInvalidatedMessage, uint32_t>::Post(msg); in ~SkPromiseImageTexture()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | IntermRebuild.h | 71 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 D | SeparateCompoundExpressions.cpp | 384 return {node, VisitBits::Post}; 466 return {node, VisitBits::Post};
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermRebuild.h | 71 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 D | GrBackendTextureImageGenerator.cpp | 40 SkMessageBus<GrTextureFreedMessage, GrDirectContext::DirectContextID>::Post(msg); in ~RefHelper()
|
/third_party/skia/src/image/ |
H A D | SkImage_GpuBase.cpp | 261 SkMessageBus<GrTextureFreedMessage, GrDirectContext::DirectContextID>::Post(msg); in MakePromiseImageLazyProxy()
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlobCache.cpp | 78 SkMessageBus<PurgeBlobMessage, uint32_t>::Post(PurgeBlobMessage(blobID, cacheID)); in PostPurgeBlobMessage()
|