zephyr/lib/posix
Jukka Rissanen 2ed6b6a8ed lib: fdtable: Add callback for close() calls
Do not route close() calls via ioctl() as that is error prone
and quite pointless. Instead create a callback for close() in
fdtable and use it directly.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-08-14 09:47:51 -07:00
..
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig
clock.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eventfd.c lib: fdtable: Add callback for close() calls 2020-08-14 09:47:51 -07:00
fs.c lib: fdtable: Add callback for close() calls 2020-08-14 09:47:51 -07: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