nuttx/libs/libc/semaphore
Zeng Zhaoxiu 5bf7c185af semphore: release all semphores' holder that the task held when exit
Add a list in TCB to track all semphores the task held, so we
can release all holders when exit, so nxsched_verify_tcb
is unnecessary.

Signed-off-by: Zeng Zhaoxiu <walker.zeng@transtekcorp.com>
2022-02-13 03:20:51 +08:00
..
Make.defs libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sem_getprotocol.c pthread: restore pthread mutex default protocol POSIX compatibility 2022-01-11 01:55:12 +08:00
sem_getvalue.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sem_init.c semphore: release all semphores' holder that the task held when exit 2022-02-13 03:20:51 +08:00
sem_setprotocol.c pthread: restore pthread mutex default protocol POSIX compatibility 2022-01-11 01:55:12 +08:00