commit | 399d0ad55aea6d04f9312a0a8bc45b59fd6a354b | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Fri Oct 07 13:41:34 2016 -0500 |
committer | Peter Mitsis <peter.mitsis@windriver.com> | Thu Oct 13 13:53:59 2016 +0000 |
tree | 2a7c971e228ad8d54cf6f84dcfc813507b967a31 | |
parent | b03955033bb9aef35dc8dc686881e72a29eaacb0 [diff] |
unified: Rationalize thread priority APIs * Gets rid of k_current_priority_get(). Users can just call k_thread_priority_get(k_current_get()) instead. * Declares k_thread_priority_get() in kernel.h, where it really belongs. * Removes duplicate declaration of k_thread_priority_set(). Change-Id: I616ae6f2e06c95ecba3b92324186b3fa29162fd1 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>