incubator-nuttx/sched/pthread
chao an 89bd6ab74a sched/pthread: fix memory leak of pthread_tcb_s
pthread tcb should be released appropriately

Signed-off-by: chao an <anchao@lixiang.com>
2024-03-06 20:37:06 +08:00
..
CMakeLists.txt cmake:complete missing changes during cmake reforming for sched 2023-09-08 21:20:16 +03:00
Make.defs
pthread.h sched/pthread: add missing FAR and fix alignment issues 2023-07-07 17:39:39 -03:00
pthread_barrierwait.c sched/pthread/barrierwait: replace syscall(2) to kernel api 2023-10-25 09:18:55 +08:00
pthread_cancel.c sched/pthread: Don't do cancel when it is already in the exit process 2023-08-03 03:12:36 -07:00
pthread_completejoin.c sched: fix pthread_exit crash 2023-06-28 15:17:17 +08:00
pthread_condbroadcast.c
pthread_condclockwait.c
pthread_condsignal.c
pthread_condwait.c sched/pthread: fix race condition on pthread_cond_wait() 2023-06-28 02:25:05 +08:00
pthread_create.c sched/pthread: fix memory leak of pthread_tcb_s 2024-03-06 20:37:06 +08:00
pthread_detach.c sched: fix the minor style issue 2023-10-25 15:46:45 +08:00
pthread_exit.c sched: fix pthread_exit crash 2023-06-28 15:17:17 +08:00
pthread_findjoininfo.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
pthread_getaffinity.c
pthread_getschedparam.c
pthread_initialize.c sched/pthread: add missing FAR and fix alignment issues 2023-07-07 17:39:39 -03:00
pthread_join.c nuttx: replace getpid() with nxsched_getpid() in kernel code 2023-07-07 17:39:39 -03:00
pthread_mutex.c
pthread_mutexconsistent.c
pthread_mutexdestroy.c
pthread_mutexinconsistent.c
pthread_mutexinit.c
pthread_mutextimedlock.c
pthread_mutextrylock.c
pthread_mutexunlock.c
pthread_release.c
pthread_setaffinity.c
pthread_setschedparam.c
pthread_setschedprio.c
pthread_sigmask.c ltp: sigprocmask fix 2023-07-31 22:29:31 -07:00