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
..
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig lib: posix: Update to new timeout API 2020-05-08 17:31:45 +02:00
clock.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05: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
mqueue.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nanosleep.c lib: posix: nanosleep 2020-06-12 17:02:03 +02:00
pthread.c lib: posix: Fix priority validity check in pthread_setschedparam 2020-08-11 07:46:06 -04:00
pthread_barrier.c
pthread_common.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pthread_cond.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pthread_key.c
pthread_mutex.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pthread_rwlock.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pthread_sched.c
semaphore.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sleep.c
timer.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00