commit | d60ef8b74ab7fec78162d57010f4e4a1215b8eba | [log] [tgz] |
---|---|---|
author | Youvedeep Singh <youvedeep.singh@intel.com> | Wed Mar 07 17:58:11 2018 +0530 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Mar 07 08:23:09 2018 -0500 |
tree | a4ff2cb5acfcd5782952298fd14272691e63a17e | |
parent | 5dd4ac9270ad50d5087e5fae35a72008e9171e4a [diff] |
kernel: pthread: correcting pthread_setschedparam. pthread_setschedparam() uses k_thread_priority_set() to set pthread priority. There is an error in argument in k_thread_priority_seti() due to which system correct priority was not set. Correcting this error. Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>