You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Replace starboard::ConditionVariable in OpenMaxComponentBase (#6774)
Replaces Starboard's Mutex and ConditionVariable with their `std`
counterparts (`std::mutex`, `std::condition_variable`,
`std::unique_lock`, and `std::lock_guard`) in `OpenMaxComponentBase`.
This change also simplifies the event waiting logic in
`WaitForCommandCompletion`.
#vibe-coded
Bug: 390503926
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
0 commit comments