devkitPro / libctru

Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)
https://libctru.devkitpro.org/
770 stars 170 forks source link

Recursive CondVar #548

Open kynex7510 opened 2 months ago

kynex7510 commented 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.