MixerCore: Remove wrong flag
This commit is contained in:
@@ -534,7 +534,7 @@ MixerCore::_MixThread()
|
|||||||
goto schedule_next_event;
|
goto schedule_next_event;
|
||||||
|
|
||||||
ret = acquire_sem_etc(fMixThreadWaitSem, 1,
|
ret = acquire_sem_etc(fMixThreadWaitSem, 1,
|
||||||
B_RELATIVE_TIMEOUT | B_DO_NOT_RESCHEDULE, 100000);
|
B_RELATIVE_TIMEOUT, 100000);
|
||||||
if (ret == B_TIMED_OUT)
|
if (ret == B_TIMED_OUT)
|
||||||
continue;
|
continue;
|
||||||
else if (ret != B_OK)
|
else if (ret != B_OK)
|
||||||
|
|||||||
Reference in New Issue
Block a user