zephyr/lib/posix
Paul Sokolovsky 0b634793cc lib: posix: Update to new timeout API
Mostly trivial search-and-replace, except for pthread_rwlock.c, where
we need spread timeout over 2 semaphore operations.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2020-05-08 17:31:45 +02:00
..
CMakeLists.txt lib: posix: Add support for eventfd 2020-04-28 09:57:41 +03:00
Kconfig lib: posix: Update to new timeout API 2020-05-08 17:31:45 +02:00
clock.c lib: posix: clock: Turn clock_gettime into system call 2020-04-17 08:08:37 -04:00
eventfd.c lib: posix: Add support for eventfd 2020-04-28 09:57:41 +03:00
fs.c global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
mqueue.c lib: posix: Update to new timeout API 2020-05-08 17:31:45 +02:00
pthread.c lib: posix: Update to new timeout API 2020-05-08 17:31:45 +02:00
pthread_barrier.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
pthread_common.c kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
pthread_cond.c lib: posix: Update to new timeout API 2020-05-08 17:31:45 +02:00
pthread_key.c posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
pthread_mutex.c lib: posix: Update to new timeout API 2020-05-08 17:31:45 +02:00
pthread_rwlock.c lib: posix: Update to new timeout API 2020-05-08 17:31:45 +02:00
pthread_sched.c lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
semaphore.c lib: posix: Update to new timeout API 2020-05-08 17:31:45 +02:00
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