commit | 669360d5ec4ad95713eeb31959980f0c02c3d18e | [log] [tgz] |
---|---|---|
author | Benjamin Walsh <benjamin.walsh@windriver.com> | Mon Nov 14 16:46:14 2016 -0500 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Nov 18 23:08:46 2016 +0000 |
tree | 5d1080cb2eab7d7ec6ef12d411ca6f55111c5858 | |
parent | db0e9aea51eb6756a79f93185ed86ee3b933f04f [diff] |
kernel: fix thread prio and stack size types in some APIs Prio should be an int, since values are small integers, not a fixed-size int32_t. It aligns with the prio parameters of the other APIs. Stack size should be size_t. Change-Id: Id29751b86c4ad7a7c2a7ffe446c2a96ae83c77bf Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>