a7d2c5cb32
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> |
||
---|---|---|
.. | ||
getopt | ||
CMakeLists.txt | ||
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 | ||
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_internal.h | ||
pthread.c | ||
pthread_sched.h | ||
rwlock.c | ||
sched.c | ||
semaphore.c | ||
signal.c | ||
sleep.c | ||
spinlock.c | ||
timer.c | ||
uname.c |