zephyr/lib/posix
Christopher Friedt ec69e64d4c posix: pthread_setspecific: fix for coverity issue cid 334906
* return EINVAL if pthread_self() is not a valid pthread

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-12-28 12:19:10 +00:00
..
getopt
CMakeLists.txt
Kconfig hostap: Move the relevant config options away from hostap 2023-10-26 09:48:47 +02:00
Kconfig.barrier
Kconfig.clock
Kconfig.cond
Kconfig.eventfd
Kconfig.fnmatch
Kconfig.fs
Kconfig.getopt
Kconfig.key
Kconfig.limits
Kconfig.mqueue posix: mqueue: Remove custom default for HEAP_MEM_POOL_SIZE 2023-12-20 11:01:42 +01:00
Kconfig.mutex
Kconfig.pthread posix: pthread: support stack sizes larger than 65k 2023-12-23 22:29:41 -05:00
Kconfig.semaphore
Kconfig.signal posix: pthread: implement pthread_sigmask() 2023-12-04 20:49:35 -05:00
Kconfig.spinlock
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 syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
cond.c
eventfd.c
fnmatch.c
fs.c
key.c posix: pthread_setspecific: fix for coverity issue cid 334906 2023-12-28 12:19:10 +00:00
mqueue.c
mutex.c
nanosleep.c
perror.c
posix_internal.h posix: pthread: support stack sizes larger than 65k 2023-12-23 22:29:41 -05:00
pthread.c posix: pthread: support stack sizes larger than 65k 2023-12-23 22:29:41 -05:00
pthread_sched.h
rwlock.c
sched.c
semaphore.c
signal.c
sleep.c
spinlock.c
timer.c
uname.c