Home
last modified time | relevance | path

Searched defs:BlockingCall (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/base/cmds/incidentd/src/
H A DSection.cpp426 status_t DumpsysSection::BlockingCall(unique_fd& pipeWriteFd) const { in BlockingCall() function in android::os::incidentd::DumpsysSection
577 status_t LogSection::BlockingCall(unique_fd& pipeWriteFd) const { in BlockingCall() function in android::os::incidentd::LogSection
729 status_t TombstoneSection::BlockingCall(unique_fd& pipeWriteFd) const { in BlockingCall() function in android::os::incidentd::TombstoneSection
877 status_t BringYourOwnSection::BlockingCall(unique_fd& pipeWriteFd) const { in BlockingCall() function in android::os::incidentd::BringYourOwnSection
/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Dblockingcall_bench.cpp19 static void BlockingCall(benchmark::State& state) { in BlockingCall() function
/aosp_15_r20/external/webrtc/test/time_controller/
H A Dsimulated_thread.cc64 void SimulatedThread::BlockingCall(rtc::FunctionView<void()> functor) { in BlockingCall() function in webrtc::SimulatedThread
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc321 struct BlockingCall { struct
322 explicit BlockingCall(ThreadState *thr) in BlockingCall() argument
340 ~BlockingCall() { in ~BlockingCall() argument
345 ThreadState *thr;
346 ThreadSignalContext *ctx;
/aosp_15_r20/external/webrtc/rtc_base/
H A Dthread.h320 ReturnT BlockingCall(Functor&& functor) { in BlockingCall() function
H A Dthread.cc750 void Thread::BlockingCall(rtc::FunctionView<void()> functor) { in PreRun() function in rtc::Thread
H A Dthread_unittest.cc353 TEST(ThreadTest, BlockingCall) { in TEST() argument