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 lib: os: build fdtable conditionally 2023-09-28 06:25:16 -04:00
Kconfig.fnmatch
Kconfig.fs lib: os: build fdtable conditionally 2023-09-28 06:25:16 -04:00
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 posix: add logging to pooled resource templates 2023-09-19 06:16:10 -04:00
Kconfig.template.with_logging posix: add logging to pooled resource templates 2023-09-19 06:16:10 -04:00
Kconfig.template.with_url
Kconfig.timer
Kconfig.uname
_common.c arch: remove wait_q.h include 2023-09-12 12:55:36 -04:00
barrier.c
clock.c posix: implement clock_nanosleep 2023-08-30 13:02:58 -07:00
cond.c posix: logging: use log module register instead of declare 2023-09-19 16:11:58 +01:00
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 posix: implement clock_nanosleep 2023-08-30 13:02:58 -07:00
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 posix: signal: extend strsignal buf to cover entire INT range 2023-08-04 15:54:18 -04:00
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