Home
last modified time | relevance | path

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

/developtools/profiler/device/base/test/unittest/
H A Dsemaphore_test.cpp60 * @tc.desc: Post.
63 HWTEST_F(SemaphoreTest, Post, TestSize.Level1) in HWTEST_F()
67 EXPECT_TRUE(semaphore->Post()); in HWTEST_F()
72 * @tc.desc: Post.
88 finishSem->Post(); in HWTEST_F()
91 EXPECT_TRUE(readySem->Post()); in HWTEST_F()
H A Depoll_event_poller_test.cpp202 evNotifier->Post(writeValue); in HWTEST_F()
/developtools/profiler/device/base/src/
H A Dposix_semaphore.h29 bool Post() override;
H A Dstd_semaphore.h30 bool Post() override;
H A Dposix_semaphore.cpp54 bool PosixSemaphore::Post() in Post() function in PosixSemaphore
H A Dstd_semaphore.cpp58 bool StdSemaphore::Post() in Post() function in StdSemaphore
H A Devent_notifier.cpp78 bool EventNotifier::Post(uint64_t value) const in Post() function in EventNotifier
/developtools/profiler/device/base/include/
H A Di_semaphore.h31 virtual bool Post() = 0;
H A Devent_notifier.h39 bool Post(uint64_t value) const;
/developtools/profiler/device/plugins/native_hook/src/
H A Dstack_writer.cpp92 eventNotifier_->Post(flushCount_.load()); in Flush()
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H A Dffrt_profiler_write.cpp101 eventNotifier_->Post(flushCount_.load()); in Flush()
/developtools/profiler/device/plugins/network_profiler/client/src/
H A Dnetwork_profiler_write.cpp101 eventNotifier_->Post(flushCount_.load()); in Flush()
/developtools/profiler/device/plugins/api/src/
H A Dbuffer_writer.cpp140 eventNotifier_->Post(flushCount_.load()); in Flush()
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp540 sem->Post(); in AppendResult()

Completed in 5 milliseconds