Home
last modified time | relevance | path

Searched refs:Post (Results 1 – 25 of 188) sorted by relevance

12345678

/third_party/skia/tests/
DMessageBusTest.cpp37 TestMessageBus::Post(std::move(m1)); in DECLARE_SKMESSAGEBUS_MESSAGE()
38 TestMessageBus::Post(std::move(m2)); in DECLARE_SKMESSAGEBUS_MESSAGE()
49 TestMessageBus::Post(m3); in DECLARE_SKMESSAGEBUS_MESSAGE()
91 TestMessageBus::Post(std::move(m1)); in DECLARE_SKMESSAGEBUS_MESSAGE()
92 TestMessageBus::Post(std::move(m2)); in DECLARE_SKMESSAGEBUS_MESSAGE()
105 TestMessageBus::Post(std::move(m3)); in DECLARE_SKMESSAGEBUS_MESSAGE()
150 AddressedMessageBus::Post({idInvalid}); // Should go to both in DECLARE_SKMESSAGEBUS_MESSAGE()
151 AddressedMessageBus::Post({id1}); // Should go to inbox1 in DECLARE_SKMESSAGEBUS_MESSAGE()
152 AddressedMessageBus::Post({id2}); // Should go to inbox2 in DECLARE_SKMESSAGEBUS_MESSAGE()
153 AddressedMessageBus::Post({id3}); // Should go nowhere in DECLARE_SKMESSAGEBUS_MESSAGE()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dper_thread_sem_test.cc60 void Post() { in Post() function in absl::synchronization_internal::SimpleSemaphore
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()
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
405 void Waiter::Post() { in Post() function in absl::synchronization_internal::Waiter
Dper_thread_sem.h74 static inline void Post(base_internal::ThreadIdentity* identity);
105 void absl::synchronization_internal::PerThreadSem::Post( in Post() function
Dwaiter.h83 void Post();
/third_party/glslang/Test/baseResults/
Dprepost.frag.out43 0:15 Post-Decrement ( temp float)
57 0:16 Post-Increment ( temp int)
82 0:22 Post-Increment ( temp float)
84 0:23 Post-Decrement ( temp float)
98 0:28 Post-Decrement ( temp float)
113 0:34 Post-Decrement ( temp float)
180 0:15 Post-Decrement ( temp float)
194 0:16 Post-Increment ( temp int)
219 0:22 Post-Increment ( temp float)
221 0:23 Post-Decrement ( temp float)
[all …]
Dloops.frag.out242 0:122 Post-Increment ( temp float)
248 0:124 Post-Increment ( temp float)
304 0:133 Post-Increment ( temp float)
310 0:135 Post-Increment ( temp float)
585 0:203 Post-Increment ( temp float)
623 0:223 Post-Increment ( temp float)
636 0:225 Post-Increment ( temp float)
643 0:227 Post-Increment ( temp float)
689 0:241 Post-Increment ( temp float)
706 0:251 Post-Increment ( temp float)
[all …]
DearlyReturnDiscard.frag.out37 0:34 Post-Increment ( temp float)
52 0:39 Post-Increment ( temp 4-component vector of float)
79 0:46 Post-Increment ( temp float)
99 0:51 Post-Increment ( temp 4-component vector of float)
167 0:34 Post-Increment ( temp float)
182 0:39 Post-Increment ( temp 4-component vector of float)
209 0:46 Post-Increment ( temp float)
229 0:51 Post-Increment ( temp 4-component vector of float)
DvoidFunction.frag.out12 0:11 Post-Increment ( temp float)
18 0:18 Post-Increment ( temp float)
59 0:11 Post-Increment ( temp float)
65 0:18 Post-Increment ( temp float)
DloopsArtificial.frag.out53 0:63 Post-Increment ( temp float)
100 0:76 Post-Increment ( temp 4-component vector of float)
103 0:78 Post-Decrement ( temp 4-component vector of float)
135 0:84 Post-Increment ( temp float)
163 0:94 Post-Increment ( temp 4-component vector of float)
270 0:63 Post-Increment ( temp float)
317 0:76 Post-Increment ( temp 4-component vector of float)
320 0:78 Post-Decrement ( temp 4-component vector of float)
352 0:84 Post-Increment ( temp float)
380 0:94 Post-Increment ( temp 4-component vector of float)
Dglsl.-D-U.frag.out14 0:16 Post-Increment ( temp 4-component vector of float)
43 0:16 Post-Increment ( temp 4-component vector of float)
D100Limits.vert.out43 0:30 Post-Increment ( temp highp float)
109 0:35 Post-Increment ( temp highp int)
137 0:36 Post-Increment ( temp highp int)
214 0:39 Post-Decrement ( temp highp float)
217 0:39 Post-Decrement ( temp highp float)
394 0:56 Post-Decrement ( temp highp int)
489 0:30 Post-Increment ( temp highp float)
555 0:35 Post-Increment ( temp highp int)
583 0:36 Post-Increment ( temp highp int)
660 0:39 Post-Decrement ( temp highp float)
[all …]
Dhlsl.-D-U.frag.out19 0:21 Post-Increment ( temp 4-component vector of float)
53 0:21 Post-Increment ( temp 4-component vector of float)
/third_party/mindspore/patches/
D0013-hiappevent.patch105 +bool HandlerThread::Handler::Post(HandlerThread::Runnable && aRunnable)
107 + return assigned_looper_.Post("", std::move(aRunnable));
110 +bool HandlerThread::Handler::Post(std::string key, HandlerThread::Runnable && aRunnable)
112 + return assigned_looper_.Post(key, std::move(aRunnable));
202 +bool HandlerThread::Post(std::string key, Runnable && aRunnable)
278 + bool Post(HandlerThread::Runnable &&aRunnable);
286 + bool Post(std::string key, HandlerThread::Runnable && aRunnable);
315 + bool Post(std::string key, HandlerThread::Runnable && aRunnable);
496 +void HiAppEventConfig::Post(std::function<void()> &&f) {
497 + handler_->Post(std::move(f));
[all …]
/third_party/node/src/inspector/
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()
Dtracing_agent.cc104 main_thread_->Post(std::make_unique<SendMessageRequest>(frontend_object_id_, in Flush()
123 main_thread_->Post( in ~TracingAgent()
131 main_thread_->Post(std::make_unique<CreateFrontendWrapperRequest>( in Wire()
Dmain_thread_interface.h56 bool Post(std::unique_ptr<Request> request);
79 void Post(std::unique_ptr<Request> request);
Dworker_inspector.cc71 parent_thread_->Post( in ~ParentInspectorHandle()
79 parent_thread_->Post(std::move(request)); in WorkerStarted()
/third_party/node/src/
Dinspector_io.cc111 void Post(int session_id, in Post() function in node::inspector::__anonc9f4827d0111::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, in SendMessageToFrontend()
270 request_queue_->Post(0, TransportAction::kKill, nullptr); in ~InspectorIo()
276 request_queue_->Post(0, TransportAction::kStop, nullptr); in StopAcceptingNewConnections()
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::__anoned64c24e0111::MainThreadInterface
415 bool MainThreadHandle::Post(std::unique_ptr<Request> request) { in Post() function in v8impl::__anoned64c24e0111::MainThreadHandle
419 main_thread_->Post(std::move(request)); in Post()
527 void Post(int session_id, in Post() function in v8impl::__anoned64c24e0411::RequestQueueData
589 void Post(int session_id, in Post() function in v8impl::__anoned64c24e0411::RequestQueue
[all …]
/third_party/alsa-lib/include/
Dalsa-symbols.h29 #define INTERNAL_CONCAT2_2(Pre, Post) Pre##Post argument
/third_party/node/deps/v8/src/heap/cppgc/
Dgc-invoker.cc37 static Handle Post(GarbageCollector* collector, cppgc::TaskRunner* runner, in Post() function in cppgc::internal::GCInvoker::GCInvokerImpl::GCTask
105 gc_task_handle_ = GCTask::Post( in CollectGarbage()
Dmarker.cc96 static Handle Post(cppgc::TaskRunner*, MarkerBase*);
115 MarkerBase::IncrementalMarkingTask::Post(cppgc::TaskRunner* runner, in Post() function in cppgc::internal::MarkerBase::IncrementalMarkingTask
425 IncrementalMarkingTask::Post(foreground_task_runner_.get(), this); in ScheduleIncrementalMarkingTask()
/third_party/skia/src/core/
DSkMessageBus.h43 static void Post(Message m);
129 /*static*/ void SkMessageBus<Message, IDType, AllowCopyableMessage>::Post(Message m) {
DSkPromiseImageTexture.cpp23 SkMessageBus<GrUniqueKeyInvalidatedMessage, uint32_t>::Post(msg); in ~SkPromiseImageTexture()

12345678