zephyr/lib/posix
Christopher Friedt a7d2c5cb32 posix: implement pthread_getguardsize() pthread_setguardsize()
Implement pthread_getguardsize() and pthread_setguardsize().

pthread_getguardsize() and pthread_setguardsize() are required
by the POSIX_THREADS_EXT Option Group as detailed in Section
E.1 of IEEE-1003.1-2017. However, they were formerly part of
XSI_THREADS_EXT.

The XSI_THREADS_EXT Option Group was required for PSE51, PSE52,
PSE53, and PSE54 conformance.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-12-20 14:20:58 +00:00
..
getopt
CMakeLists.txt
Kconfig
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: implement pthread_getguardsize() pthread_setguardsize() 2023-12-20 14:20:58 +00: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_once: simplify and reduce size of pthread_once_t 2023-12-14 09:32:58 +01:00
mqueue.c
mutex.c
nanosleep.c
perror.c
posix_internal.h posix: pthread: implement pthread_sigmask() 2023-12-04 20:49:35 -05:00
pthread.c posix: implement pthread_getguardsize() pthread_setguardsize() 2023-12-20 14:20:58 +00:00
pthread_sched.h
rwlock.c
sched.c
semaphore.c
signal.c
sleep.c
spinlock.c
timer.c
uname.c