Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.cpp140 static std::thread g_playingThread; variable
396 g_playingThread = std::thread(Play); in StartRender()
404 g_playingThread = std::thread(Play); in StartRender()
431 if (g_playingThread.joinable()) { in StopRender()
432 g_playingThread.join(); in StopRender()