mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 01:16:26 +00:00
@@ -728,6 +728,8 @@ audioqueue_thread(void *arg)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SDL_SetThreadPriority(SDL_THREAD_PRIORITY_HIGH);
|
||||||
|
|
||||||
/* init was successful, alert parent thread and start running... */
|
/* init was successful, alert parent thread and start running... */
|
||||||
SDL_SemPost(this->hidden->ready_semaphore);
|
SDL_SemPost(this->hidden->ready_semaphore);
|
||||||
while (!SDL_AtomicGet(&this->hidden->shutdown)) {
|
while (!SDL_AtomicGet(&this->hidden->shutdown)) {
|
||||||
|
Reference in New Issue
Block a user