Divide struct tcb_s into structs task_tcb_s and pthread_tcb_s
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5611 42af7a65-404d-4744-a932-0658087f49c3
Showing
- ChangeLog 6 additions, 0 deletionsChangeLog
- binfmt/binfmt_execmodule.c 9 additions, 9 deletionsbinfmt/binfmt_execmodule.c
- include/nuttx/sched.h 63 additions, 24 deletionsinclude/nuttx/sched.h
- sched/group_internal.h 3 additions, 3 deletionssched/group_internal.h
- sched/group_setupidlefiles.c 2 additions, 2 deletionssched/group_setupidlefiles.c
- sched/group_setupstreams.c 6 additions, 6 deletionssched/group_setupstreams.c
- sched/group_setuptaskfiles.c 11 additions, 8 deletionssched/group_setuptaskfiles.c
- sched/os_internal.h 2 additions, 2 deletionssched/os_internal.h
- sched/os_start.c 11 additions, 11 deletionssched/os_start.c
- sched/pthread_create.c 19 additions, 41 deletionssched/pthread_create.c
- sched/pthread_getspecific.c 4 additions, 3 deletionssched/pthread_getspecific.c
- sched/pthread_internal.h 3 additions, 0 deletionssched/pthread_internal.h
- sched/pthread_setspecific.c 4 additions, 3 deletionssched/pthread_setspecific.c
- sched/sched_releasetcb.c 6 additions, 3 deletionssched/sched_releasetcb.c
- sched/task_create.c 8 additions, 8 deletionssched/task_create.c
- sched/task_exithook.c 12 additions, 5 deletionssched/task_exithook.c
- sched/task_init.c 11 additions, 3 deletionssched/task_init.c
- sched/task_restart.c 28 additions, 15 deletionssched/task_restart.c
- sched/task_setup.c 100 additions, 19 deletionssched/task_setup.c
- sched/task_start.c 5 additions, 3 deletionssched/task_start.c
Loading
Please register or sign in to comment