Add a start hook that can be setup to call a function in the context of a new...
Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5571 42af7a65-404d-4744-a932-0658087f49c3
Showing
- ChangeLog 6 additions, 0 deletionsChangeLog
- TODO 15 additions, 2 deletionsTODO
- binfmt/Kconfig 3 additions, 2 deletionsbinfmt/Kconfig
- binfmt/binfmt_execmodule.c 23 additions, 38 deletionsbinfmt/binfmt_execmodule.c
- binfmt/binfmt_internal.h 1 addition, 1 deletionbinfmt/binfmt_internal.h
- configs/stm32f4discovery/elf/defconfig 37 additions, 8 deletionsconfigs/stm32f4discovery/elf/defconfig
- configs/stm32f4discovery/posix_spawn/defconfig 1 addition, 0 deletionsconfigs/stm32f4discovery/posix_spawn/defconfig
- include/nuttx/sched.h 22 additions, 2 deletionsinclude/nuttx/sched.h
- sched/Kconfig 10 additions, 0 deletionssched/Kconfig
- sched/Makefile 4 additions, 0 deletionssched/Makefile
- sched/group_setupidlefiles.c 1 addition, 0 deletionssched/group_setupidlefiles.c
- sched/group_setupstreams.c 2 additions, 0 deletionssched/group_setupstreams.c
- sched/group_setuptaskfiles.c 3 additions, 2 deletionssched/group_setuptaskfiles.c
- sched/task_start.c 9 additions, 0 deletionssched/task_start.c
- sched/task_starthook.c 100 additions, 0 deletionssched/task_starthook.c
Loading
Please register or sign in to comment