zephyr/lib/posix
Christopher Friedt 7c583bbf8f lib: posix: support for pthread_attr_setstacksize
Support pthread_attr_setstacksize(3).

See https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_attr_getstacksize.html

Fixes #44722

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2022-04-12 22:02:04 +09:00
..
getopt everywhere: fix typos 2022-03-18 13:24:08 -04:00
clock.c lib: posix: clock: Prevent early overflows 2022-04-01 09:37:41 +02:00
CMakeLists.txt include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
eventfd.c lib: posix: eventfd: Fix use of 'struct k_spinlock_key' 2020-10-07 08:11:25 -04:00
fs.c lib/posix/fs: Add fs_dir_t type variable initialization 2021-02-05 07:32:20 -05:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
mqueue.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
nanosleep.c lib: posix: nanosleep: round up to the nearest microsecond 2020-10-02 11:31:43 +02:00
pthread.c lib: posix: support for pthread_attr_setstacksize 2022-04-12 22:02:04 +09:00
pthread_barrier.c posix: pthread: replace irq_lock with spinlock 2021-09-03 12:20:19 -04:00
pthread_common.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pthread_cond.c pthread: cond: fix pthread_cond_wait always returning ETIMEDOUT 2022-02-09 22:16:45 -05:00
pthread_key.c posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
pthread_mutex.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
pthread_rwlock.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
pthread_sched.c lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
semaphore.c lib: posix: unchecked return value while taking semaphore 2020-10-21 06:26:11 -05:00
sleep.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
timer.c everywhere: fix typos 2022-03-14 20:22:24 -04:00