Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 14 of 14) 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 __anon7c495b270202()
93 EXPECT_TRUE(finishSem->Wait());
/developtools/profiler/device/base/src/
Dposix_semaphore.h26 bool Wait() override;
Dpthread_semaphore.h27 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
Dpthread_semaphore.cpp35 bool PthreadSemaphore::Wait() in Wait() function in PthreadSemaphore
/developtools/profiler/device/base/include/
Di_semaphore.h24 virtual bool Wait() = 0;
/developtools/hdc/src/common/
Duart.h258 void Wait();
324 void Wait(uint32_t sessionId) in Wait() function
Duart.cpp658 slots.Wait(head->sessionId); in RequestSendPackage()
1010 void HdcUARTBase::TransferStateMachine::Wait() in Wait() function in Hdc::HdcUARTBase::TransferStateMachine
/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.cpp284 transfer.Wait(); in DeamonWriteThread()
/developtools/hdc/src/host/
Dhost_uart.cpp64 transfer.Wait(); in UartWriteThread()
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp719 server_->Wait(); in WaitServiceDone()