zephyr/kernel/include
Flavio Ceolin 8a9ba10c2c kernel: swap: Fix __swap signature
__swap function was returning -EAGAIN in some case, though its return
value was declared as unsigned int.

This commit changes this function to return int since it can return a
negative value and its return was already been propagate as int.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-14 16:55:37 -04:00
..
gen_offset.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
kernel_internal.h kernel: add z_arch_user_string_nlen prototype 2018-07-31 07:47:15 -07:00
kernel_offsets.h cmake: Deprecate the 2 symbols _SYSCALL_{LIMIT,BAD} 2018-08-15 11:46:51 -07:00
kernel_structs.h kernel: Fix bitwise operators with unsigned operators 2018-08-16 19:47:41 -07:00
ksched.h sched: Properly account for timeslicing in tickless mode 2018-08-29 10:01:41 -04:00
kswap.h kernel: swap: Fix __swap signature 2018-09-14 16:55:37 -04:00
offsets_short.h kernel/arch: streamline thread user options 2017-01-24 13:34:50 +00:00
syscall_handler.h userspace: add _k_object_recycle() 2018-08-13 07:19:39 -07:00
timeout_q.h kernel: Fix double-list-removal corruption case in timeout handling 2018-08-26 19:39:52 -07:00
wait_q.h kernel/Kconfig: Reorgnize wait_q and sched algorithm choices 2018-07-03 17:09:15 -04:00