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
..
clock.c lib: posix: clock: Implement clock_settime 2018-09-11 09:21:52 -04:00
CMakeLists.txt lib: posix: Build pthreads files depending on CONFIG_PTHREAD_IPC 2018-10-02 10:51:52 -07:00
fs.c lib: posix: fix build break due to size comparsion 2019-02-01 23:41:09 -05:00
Kconfig lib: posix: Implement generic file descriptor table 2018-11-04 22:04:11 +01:00
mqueue.c lib: posix: fix a wrong type in mqueue.c 2019-01-15 17:48:34 -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 lib: posix: pthread_common: Don't depend on pthreads 2018-10-02 10:51:52 -07:00
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 lib: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
pthread_sched.c
pthread.c lib: posix: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00
semaphore.c lib: posix: Return errno code 2018-10-31 12:15:22 -04:00
sleep.c
timer.c lib: posix: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00