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 sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
environ [env]:Fixed spacing and typo issues in code comment descriptions 2024-08-27 21:52:56 +08:00
event sched/event: clear pending events before enable the scheduler 2024-09-02 18:24:28 +08:00
group spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
init docs: fix typo in nx_smpstart.c 2024-08-21 17:07:19 +08:00
instrument
irq irq: dynaminc create g_irqmap 2024-09-03 19:22:28 -03:00
misc sched: replace up_cpu_index with this_cpu 2024-09-05 12:09:24 +08:00
module
mqueue nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
paging
pthread sched: change pthread_mutex implementation from sem to mutex 2024-09-06 09:42:53 +08:00
sched smp: enable smp_call in all smp arch 2024-09-06 07:11:38 +09:00
semaphore spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
signal sched/signal: fix pthread_kill use after free 2024-08-23 20:02:46 +08:00
task task: assign_pid retry after malloc 2024-09-03 09:45:33 -03:00
timer
tls sched:fix windows sim build error 2024-08-14 22:36:57 +08:00
wdog
wqueue wqueue: add interface work_queue_priority_wq and work_queue_priority 2024-08-30 21:40:55 +08:00
CMakeLists.txt
Kconfig smp: enable smp_call in all smp arch 2024-09-06 07:11:38 +09:00
Makefile sched/nxevent: add support of kernel event group 2024-08-23 17:00:35 +08:00