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