commit | 47f8fd1d4d83d521571553c82590a03a1878c69e | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Oct 05 11:11:02 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Fri Oct 13 12:17:13 2017 -0700 |
tree | d757b1aa277d75c557bcd2b708ccf3e5d242fd77 | |
parent | 7c1971edd5a798707b218656d7850247152dd6b5 [diff] |
kernel: add K_INHERIT_PERMS flag By default, threads are created only having access to their own thread object and nothing else. This new flag to k_thread_create() gives the thread access to all objects that the parent had at the time it was created, with the exception of the parent thread itself. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>