zephyr/lib/posix
Julien D'Ascenzio e689277dd5 lib: posix: clock: Turn clock_gettime into system call
Fix thread fault, on user mode, when reading variable rt_clock_base.
For the moment, clock_settime is left without system call:
we don't want to expose clock_settime without figuring out access
control

Signed-off-by: Julien D'Ascenzio <julien.dascenzio@paratronic.fr>
2020-04-17 08:08:37 -04:00
..
CMakeLists.txt
Kconfig kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
clock.c lib: posix: clock: Turn clock_gettime into system call 2020-04-17 08:08:37 -04:00
fs.c global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
mqueue.c
pthread.c pthread: add setname/getname glibc extensions 2020-03-10 15:15:34 +02:00
pthread_barrier.c
pthread_common.c kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
pthread_cond.c
pthread_key.c
pthread_mutex.c
pthread_rwlock.c
pthread_sched.c
semaphore.c
sleep.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
timer.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00