zephyr/lib/posix
Marcin Niestroj 1502b9a648 lib: posix: eventfd: move intialization out of search loop
Search for unused eventfd object and just remember its instance in loop
body. Initialize object later, to make it distinct from "search
phase". This change is basically an improvement for readability.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-06-10 17:19:19 +03:00
..
clock.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt lib: posix: Add support for eventfd 2020-04-28 09:57:41 +03:00
eventfd.c lib: posix: eventfd: move intialization out of search loop 2020-06-10 17:19:19 +03:00
fs.c
Kconfig lib: posix: Update to new timeout API 2020-05-08 17:31:45 +02:00
mqueue.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05: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
pthread.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
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