zephyr/lib/posix
Jan Pohanka 9e462469b4 lib: posix: Fix priority validity check in pthread_setschedparam
New priority value check was faultly done on zephyr priority instead
of posix one.

Signed-off-by: Jan Pohanka <xhpohanka@gmail.com>
2020-08-11 07:46:06 -04:00
..
clock.c
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
eventfd.c lib: posix: eventfd: fix read/poll after multiple writes 2020-07-20 16:21:37 +02:00
fs.c lib/posix: Add support for open flags to open(...) 2020-07-30 16:33:18 +02:00
Kconfig
mqueue.c
nanosleep.c
pthread_barrier.c
pthread_common.c
pthread_cond.c
pthread_key.c
pthread_mutex.c
pthread_rwlock.c
pthread_sched.c
pthread.c lib: posix: Fix priority validity check in pthread_setschedparam 2020-08-11 07:46:06 -04:00
semaphore.c
sleep.c
timer.c