zephyr/lib/posix
Andy Ross ec554f44d9 kernel: Split reschdule & pend into irq/spin lock versions
Just like with _Swap(), we need two variants of these utilities which
can atomically release a lock and context switch.  The naming shifts
(for byte count reasons) to _reschedule/_pend_curr, and both have an
_irqlock variant which takes the traditional locking.

Just refactoring.  No logic changes.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-02-08 14:49:39 -05:00
..
CMakeLists.txt
Kconfig
clock.c
fs.c lib: posix: fix build break due to size comparsion 2019-02-01 23:41:09 -05:00
mqueue.c lib: posix: fix a wrong type in mqueue.c 2019-01-15 17:48:34 -05:00
pthread.c lib: posix: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00
pthread_barrier.c kernel: Split reschdule & pend into irq/spin lock versions 2019-02-08 14:49:39 -05:00
pthread_common.c
pthread_cond.c kernel: Split reschdule & pend into irq/spin lock versions 2019-02-08 14:49:39 -05:00
pthread_key.c
pthread_mutex.c kernel: Split reschdule & pend into irq/spin lock versions 2019-02-08 14:49:39 -05:00
pthread_rwlock.c
pthread_sched.c
semaphore.c
sleep.c
timer.c lib: posix: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00