nuttx/tools/pynuttx/nxgdb/protocols
hujun5 5051721298 sched/pthread: move pthread mutex from syscall to user-space
Move pthread mutex operations from kernel-space syscall
interface to user-space implementations
to reduce syscall overhead. Relocate mutex holder list
tracking from task control block (tcb) to
thread local storage (tls) to improve memory layout and
cache efficiency. Add helper macros for
conditional mutex implementations and update syscall
interface accordingly.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-22 12:40:49 -03:00
..
circbuf.py nxgdb: add missing protocols definitions 2025-02-02 14:02:24 +08:00
fs.py tools/pynuttx: update fs.py base on new structure fd and file 2025-06-12 18:12:42 +08:00
irq.py nxgdb/irq: add irqinfo command 2025-02-18 11:16:17 -03:00
mm.py
thread.py sched/pthread: move pthread mutex from syscall to user-space 2026-01-22 12:40:49 -03:00
uorb.py nxgdb: add missing protocols definitions 2025-02-02 14:02:24 +08:00
value.py
wdog.py
wqueue.py