kernel: rename thread return value functions
z_set_thread_return_value is part of the core kernel -> arch interface and has been renamed to z_arch_thread_return_value_set. z_set_thread_return_value_with_data renamed to z_thread_return_value_set_with_data for consistency. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
07525a3d54
commit
4ad9f687df
22 changed files with 31 additions and 31 deletions
|
@ -78,7 +78,7 @@ SECTION_FUNC(exception.other, __swap)
|
|||
* Prior to unlocking irq, load return value of
|
||||
* __swap to temp register t2 (from
|
||||
* _thread_offset_to_swap_return_value). Normally, it should be -EAGAIN,
|
||||
* unless someone has previously called z_set_thread_return_value(..).
|
||||
* unless someone has previously called z_arch_thread_return_value_set(..).
|
||||
*/
|
||||
la t0, _kernel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue