Home
last modified time | relevance | path

Searched refs:IS_PRE_EXIT (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dfutex_tool.cpp51 if (current != IS_READY && current != IS_NOT_READY && current != IS_PRE_EXIT) { in FutexWait()
62 if (expect == IS_PRE_EXIT) { in FutexWait()
71 if (futexPtr->load() == IS_PRE_EXIT) { in FutexWait()
101 if (current != IS_READY && current != IS_NOT_READY && current != IS_PRE_EXIT) { in FutexWake()
105 if (wakeVal == IS_PRE_EXIT) { in FutexWake()
106 futexPtr->store(IS_PRE_EXIT); in FutexWake()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Dfutex_tool.h26 const uint32_t IS_PRE_EXIT = 2; member
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp1420 FutexTool::FutexWake(clientBuffer_->GetFutex(), IS_PRE_EXIT); in ReleaseAudioStream()

Completed in 5 milliseconds