zephyr/lib/posix/options
Christopher Friedt ba639ed6a8 posix: semaphore: check return value of k_mutex_lock()
This fixes CID 340851.

This should never fail, but it's also something that can be
easily verified.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-02-06 17:51:56 -06:00
..
getopt
CMakeLists.txt posix: cmake: allow empty library 2024-02-05 15:35:09 +01:00
Kconfig
Kconfig.barrier
Kconfig.clock
Kconfig.cond
Kconfig.eventfd
Kconfig.fdtable
Kconfig.fnmatch
Kconfig.fs
Kconfig.getopt
Kconfig.key
Kconfig.mqueue
Kconfig.mutex
Kconfig.pthread
Kconfig.rwlock
Kconfig.sched
Kconfig.semaphore
Kconfig.signal
Kconfig.spinlock
Kconfig.stropts
Kconfig.sysconf
Kconfig.template.pooled_ipc_type
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
nanosleep.c
perror.c
posix_clock.h
posix_internal.h
pthread.c posix: pthread_testcancel zephyrproject-rtos#59946 2024-02-01 15:14:28 +01:00
pthread_sched.h
rwlock.c
sched.c posix: sched: Implement sched_rr_get_interval 2024-02-02 12:42:50 +01:00
semaphore.c posix: semaphore: check return value of k_mutex_lock() 2024-02-06 17:51:56 -06:00
signal.c
sleep.c
spinlock.c
stropts.c
timer.c
uname.c