mirror of
https://github.com/apache/nuttx.git
synced 2025-12-06 17:23:49 +08:00
Some checks failed
Build Documentation / build-html (push) Has been cancelled
Curernt implementation default semaphore max allowed value to SEM_VALUE_MAX. In some cases, user may want to change this, so provide a function to do this: sem_setmaxvalue Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>