pthreads: Add pthread_cleanup_push() and pthread_cleanup_pop()
Showing
- TODO 2 additions, 2 deletionsTODO
- include/nuttx/sched.h 23 additions, 0 deletionsinclude/nuttx/sched.h
- include/pthread.h 15 additions, 0 deletionsinclude/pthread.h
- include/sys/syscall.h 11 additions, 3 deletionsinclude/sys/syscall.h
- sched/Kconfig 18 additions, 0 deletionssched/Kconfig
- sched/pthread/Make.defs 4 additions, 0 deletionssched/pthread/Make.defs
- sched/pthread/pthread.h 5 additions, 0 deletionssched/pthread/pthread.h
- sched/pthread/pthread_cancel.c 14 additions, 6 deletionssched/pthread/pthread_cancel.c
- sched/pthread/pthread_cleanup.c 212 additions, 0 deletionssched/pthread/pthread_cleanup.c
- sched/pthread/pthread_exit.c 9 additions, 0 deletionssched/pthread/pthread_exit.c
- sched/task/task_exithook.c 4 additions, 2 deletionssched/task/task_exithook.c
- syscall/syscall.csv 2 additions, 0 deletionssyscall/syscall.csv
- syscall/syscall_lookup.h 4 additions, 0 deletionssyscall/syscall_lookup.h
- syscall/syscall_stublookup.c 4 additions, 0 deletionssyscall/syscall_stublookup.c
Loading
Please register or sign in to comment