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
Sync API lacks a recursive version of CondVar_Wait/CondVar_WaitTimeout, the same functionality is implemented for the cond_wait_recursive syscall, it would be nice to have such functionality exposed by the sync API for consistency sake.