Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 15 of 15) sorted by relevance

/developtools/profiler/device/base/test/unittest/
Dsemaphore_test.cpp51 HWTEST_F(SemaphoreTest, Wait, TestSize.Level1)
55 EXPECT_TRUE(semaphore->Wait());
87 readySem->Wait(); in __anon9cef58a60202()
93 EXPECT_TRUE(finishSem->Wait());
/developtools/profiler/device/base/src/
Dposix_semaphore.h26 bool Wait() override;
Dstd_semaphore.h27 bool Wait() override;
Dposix_semaphore.cpp33 bool PosixSemaphore::Wait() in Wait() function in PosixSemaphore
Dstd_semaphore.cpp21 bool StdSemaphore::Wait() in Wait() function in StdSemaphore
/developtools/profiler/device/base/include/
Di_semaphore.h24 virtual bool Wait() = 0;
/developtools/integration_verification/tools/fotff/utils/
Dexec.go60 return cmd.Wait()
Dssh.go103 return session.Wait()
/developtools/hdc/src/common/
Duart.h259 void Wait();
325 void Wait(uint32_t sessionId) in Wait() function
Duart.cpp665 slots.Wait(head->sessionId); in RequestSendPackage()
1017 void HdcUARTBase::TransferStateMachine::Wait() in Wait() function in Hdc::HdcUARTBase::TransferStateMachine
/developtools/integration_verification/tools/fotff/rec/
Dfotff.go124 wg.Wait()
/developtools/hdc/test/unittest/common/
Duart_test.cpp732 tsm.Wait(); // not timeout
735 tsm.Wait(); // wait again until timeout
742 tsm.Wait();
759 slot.Wait(sessionId);
/developtools/hdc/src/daemon/
Ddaemon_uart.cpp283 transfer.Wait(); in DeamonWriteThread()
/developtools/hdc/src/host/
Dhost_uart.cpp64 transfer.Wait(); in UartWriteThread()
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp702 server_->Wait(); in WaitServiceDone()