Searched defs:BlockingCall (Results 1 – 7 of 7) sorted by relevance
426 status_t DumpsysSection::BlockingCall(unique_fd& pipeWriteFd) const { in BlockingCall() function in android::os::incidentd::DumpsysSection577 status_t LogSection::BlockingCall(unique_fd& pipeWriteFd) const { in BlockingCall() function in android::os::incidentd::LogSection729 status_t TombstoneSection::BlockingCall(unique_fd& pipeWriteFd) const { in BlockingCall() function in android::os::incidentd::TombstoneSection877 status_t BringYourOwnSection::BlockingCall(unique_fd& pipeWriteFd) const { in BlockingCall() function in android::os::incidentd::BringYourOwnSection
19 static void BlockingCall(benchmark::State& state) { in BlockingCall() function
64 void SimulatedThread::BlockingCall(rtc::FunctionView<void()> functor) { in BlockingCall() function in webrtc::SimulatedThread
321 struct BlockingCall { struct322 explicit BlockingCall(ThreadState *thr) in BlockingCall() argument340 ~BlockingCall() { in ~BlockingCall() argument345 ThreadState *thr;346 ThreadSignalContext *ctx;
320 ReturnT BlockingCall(Functor&& functor) { in BlockingCall() function
750 void Thread::BlockingCall(rtc::FunctionView<void()> functor) { in PreRun() function in rtc::Thread
353 TEST(ThreadTest, BlockingCall) { in TEST() argument