Searched refs:threadStatus_ (Results 1 – 2 of 2) sorted by relevance
217 std::atomic<ThreadStatus> threadStatus_ = INVALID; member in OHOS::AudioStandard::AudioProcessInClientInner627 while (threadStatus_.load() == INVALID) { in Init()1324 threadStatus_ = WAITTING; in KeepLoopRunning()1345 threadStatus_ = INRUNNING; in RecordProcessCallbackFuc()1369 threadStatus_ = SLEEPING; in RecordProcessCallbackFuc()1591 threadStatus_ = INRUNNING; in ProcessCallbackFuc()1612 threadStatus_ = SLEEPING; in ProcessCallbackFuc()1631 threadStatus_ = INRUNNING; in ProcessCallbackFucIndependent()1665 threadStatus_ = SLEEPING; in ProcessCallbackFucIndependent()
312 std::atomic<ThreadStatus> threadStatus_ = WAITTING; member in OHOS::AudioStandard::AudioEndpointInner1879 threadStatus_ = WAITTING; in KeepWorkloopRunning()2022 threadStatus_ = INRUNNING; in RecordEndpointWorkLoopFuc()2046 threadStatus_ = SLEEPING; in RecordEndpointWorkLoopFuc()2064 threadStatus_ = INRUNNING; in EndpointWorkLoopFuc()2102 threadStatus_ = SLEEPING; in EndpointWorkLoopFuc()