commit | 662c345cb640f5cc7fcbc670df8cd9b921baf5a2 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Oct 02 10:51:18 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Oct 16 19:02:00 2017 -0700 |
tree | deee6c898ff7c105c1fcba37058fc0739f708f47 | |
parent | bca15da650a24953ab8f15dc9da21a7e2ba893c4 [diff] |
kernel: implement k_thread_create() as a syscall User threads can only create other nonessential user threads of equal or lower priority and must have access to the entire stack area. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>