nuttx/sched
yinshengkai d7f02a8cb6 sched: change pthread_mutex implementation from sem to mutex
Since pthread_mutex is implemented by sem, it is impossible to see in ps who holds the lock and causes the wait.
Replace sem with mutex implementation to solve the above problems

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-09-06 09:42:53 +08:00
..
addrenv
clock
environ
event
group
init
instrument
irq
misc
module
mqueue
paging
pthread sched: change pthread_mutex implementation from sem to mutex 2024-09-06 09:42:53 +08:00
sched
semaphore
signal
task
timer
tls
wdog
wqueue
CMakeLists.txt
Kconfig
Makefile