zephyr/lib/posix
Flavio Ceolin 564adad952 treewide: Add CODE_UNREACHABLE after k_thread_abort(current)
Compiler can't tell that k_thread_abort() won't return and issues a
warning unless we tell it that control never gets this far.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-10-24 09:04:42 +02:00
..
getopt
CMakeLists.txt posix: ensure that pooled ipc type is user-configurable 2023-10-13 11:13:07 -04:00
Kconfig
Kconfig.barrier
Kconfig.clock
Kconfig.cond
Kconfig.eventfd
Kconfig.fnmatch
Kconfig.fs
Kconfig.getopt
Kconfig.key
Kconfig.limits
Kconfig.mqueue
Kconfig.mutex
Kconfig.pthread
Kconfig.semaphore
Kconfig.signal
Kconfig.spinlock
Kconfig.template.pooled_ipc_type posix: ensure that pooled ipc type is user-configurable 2023-10-13 11:13:07 -04:00
Kconfig.template.pooled_type
Kconfig.template.with_logging
Kconfig.template.with_url
Kconfig.timer
Kconfig.uname
_common.c
barrier.c
clock.c
cond.c
eventfd.c
fnmatch.c
fs.c
key.c
mqueue.c
mutex.c lib: posix: mutex: to_posix_mutex should be spinlocked 2023-10-03 22:30:38 -04:00
nanosleep.c
perror.c
posix_internal.h
pthread.c treewide: Add CODE_UNREACHABLE after k_thread_abort(current) 2023-10-24 09:04:42 +02:00
pthread_sched.h
rwlock.c
sched.c
semaphore.c
signal.c
sleep.c
spinlock.c
timer.c timer: add support for sigev_thread flag in zephyr timer posix api 2023-10-20 14:52:07 +02:00
uname.c