zephyr/arch/posix/core
Andy Ross 15cb5d7293 kernel: Further unify _reschedule APIs
Now that other work has eliminated the two cases where we had to do a
reschedule "but yield even if we are cooperative", we can squash both
down to a single _reschedule() function which does almost exactly what
legacy _Swap() did, but wrapped as a proper scheduler API.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-04-24 03:57:20 +05:30
..
offsets debug: remove DEBUG_INFO option 2018-02-12 13:58:28 -08:00
CMakeLists.txt
cpuhalt.c native: native_posix timer + irq fix 2018-02-07 16:28:16 -05:00
fatal.c
posix_core.c kernel: Further unify _reschedule APIs 2018-04-24 03:57:20 +05:30
swap.c native: coverage exclusions 2018-02-07 16:28:16 -05:00
thread.c