commit | 5ad7f4b314d934a5ac8b7d7c76529b7e02acf667 | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Wed Jan 17 12:42:23 2024 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jan 18 10:54:47 2024 +0100 |
tree | e01a56b0777c69c9b0dbcefdaffc22067ab63849 | |
parent | b2caec86013af364d8edbeb7a9fea22e10b90346 [diff] |
posix: pthread: priority should be of `int` type Changed the variable type of the priority in the args and the return type of the conversion functions to `int`, as both Zephyr's priority & POSIX's `sched_priority` has type `int`. Signed-off-by: Yong Cong Sin <ycsin@meta.com>