zephyr/lib/posix
Andy Ross 8a4b2e8cf2 kernel, posix: Move ready_one_thread() to scheduler
The POSIX layer had a simple ready_one_thread() utility.  Move this to
the scheduler API (with a prepended underscore -- it's an internal
API) so that it can be synchronized along with the rest of the
scheduler.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-04-24 03:57:20 +05:30
..
clock.c
CMakeLists.txt
Kconfig
mqueue.c lib: posix: mqueue: Minor formatting cleanups 2018-04-21 06:56:27 -07:00
pthread_barrier.c kernel, posix: Move ready_one_thread() to scheduler 2018-04-24 03:57:20 +05:30
pthread_common.c kernel, posix: Move ready_one_thread() to scheduler 2018-04-24 03:57:20 +05:30
pthread_cond.c kernel, posix: Move ready_one_thread() to scheduler 2018-04-24 03:57:20 +05:30
pthread_mutex.c
pthread_rwlock.c
pthread_sched.c
pthread.c
semaphore.c
sleep.c
timer.c lib: posix: Fix integer overflow in timer_gettime 2018-04-05 16:43:05 -04:00