Commit History

Author SHA1 Message Date
  Gregory Nutt bb623d1e04 This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 5 years ago
  Gregory Nutt b1a41b7620 task_delete(): Do not permit user applications to delete kernel threads. 7 years ago
  Gregory Nutt d5b1ca14e2 Update README and some comments. 7 years ago
  Gregory Nutt 698597a838 task_delete() now obeys all cancellation point semantics. 7 years ago
  Gregory Nutt c9ca97b4b5 cancellation points are basically function. More tested is needed and additional cancellation points must be implemented before this can be merged back to master. 7 years ago
  Gregory Nutt 74db48202e sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 8 years ago
  Gregory Nutt 79d554939e sched/: Fix some spacing issues 9 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt b4423c1eed Make some file section headers more consistent with standard 9 years ago
  Gregory Nutt d798dd37a7 Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 10 years ago
  Gregory Nutt 23a334c066 Move task control files from sched/ to sched/task 10 years ago