zephyr/lib/posix/options
Anas Nashif 7bbb834deb Revert "posix: rwlock: Refactor locking using k_timepoint_t"
This reverts commit 833eaccfd1.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-05-30 08:27:19 -04:00
..
getopt
aio.c
barrier.c posix: pin init functions and data for demand paging 2025-01-11 04:36:38 +01:00
clock_common.c posix: timers: use newly added timespec util functions 2025-05-22 23:57:17 +02:00
clock_selection.c posix: implement the POSIX_CLOCK_SELECTION Option Group 2025-05-13 22:23:21 -04:00
clock.c posix: implement the XSI_SINGLE_PROCESS Option Group 2025-05-13 22:23:21 -04:00
CMakeLists.txt posix: implement the POSIX_CLOCK_SELECTION Option Group 2025-05-13 22:23:21 -04:00
cond.c posix: implement the POSIX_CLOCK_SELECTION Option Group 2025-05-13 22:23:21 -04:00
confstr.c
device_io.c Revert "posix: device_io: mark pwrite() buf as const" 2025-05-30 08:27:19 -04:00
env_common.c posix: env: move most implementations to env-common.c 2025-05-13 22:23:21 -04:00
env.c posix: env: move most implementations to env-common.c 2025-05-13 22:23:21 -04:00
eventfd.c
fd_mgmt.c
file_system_r.c posix: include: dirent: rework the dirent.h header 2025-01-08 01:29:06 +01:00
fnmatch.c
fs_priv.h
fs.c posix: options: fs: separate file_system_r to its own file 2025-01-02 09:18:57 +01:00
fsync.c
getentropy.c
grp.c
Kconfig posix: remove deprecated kconfig options 2025-03-12 19:03:52 +01:00
Kconfig.aio
Kconfig.barrier
Kconfig.c_lang_r posix: options: remove default setting of toolchain option 2025-01-04 00:49:03 +01:00
Kconfig.c_lib_ext posix: options: kconfig: fix typo informnation -> information 2025-01-02 19:47:36 +01:00
Kconfig.clock_selection posix: implement the POSIX_CLOCK_SELECTION Option Group 2025-05-13 22:23:21 -04:00
Kconfig.compat
Kconfig.device_io posix: options: kconfig: fix typo informnation -> information 2025-01-02 19:47:36 +01:00
Kconfig.fd_mgmt
Kconfig.file_system_r posix: options: kconfig: fix typo informnation -> information 2025-01-02 19:47:36 +01:00
Kconfig.fs posix: options: fs: separate file_system_r to its own file 2025-01-02 09:18:57 +01:00
Kconfig.mem posix: mem: remove imply MMU from POSIX options 2025-02-19 04:59:33 +01:00
Kconfig.mqueue
Kconfig.net
Kconfig.proc1 posix: implement the XSI_SINGLE_PROCESS Option Group 2025-05-13 22:23:21 -04:00
Kconfig.procN
Kconfig.profile posix: implement the XSI_SINGLE_PROCESS Option Group 2025-05-13 22:23:21 -04:00
Kconfig.pthread posix: options: POSIX_THREADS require a stack 2025-04-18 12:36:58 +02:00
Kconfig.rwlock
Kconfig.sched
Kconfig.semaphore posix: semaphores: use a default minimal heap-add for semaphores 2025-04-22 14:03:10 +02:00
Kconfig.signal
Kconfig.spinlock
Kconfig.sync_io
Kconfig.timer
Kconfig.toolchain posix: options: add xsi realtime option group 2025-02-03 09:05:09 +01:00
Kconfig.xsi_realtime posix: options: add xsi realtime option group 2025-02-03 09:05:09 +01:00
Kconfig.xsi_single_process posix: implement the XSI_SINGLE_PROCESS Option Group 2025-05-13 22:23:21 -04:00
Kconfig.xsi_streams posix: options: split kconfig.xsi into separate option groups 2025-02-03 09:05:09 +01:00
Kconfig.xsi_system_logging posix: options: split kconfig.xsi into separate option groups 2025-02-03 09:05:09 +01:00
Kconfig.xsi_threads_ext posix: options: split kconfig.xsi into separate option groups 2025-02-03 09:05:09 +01:00
key.c posix: key: do not use deprecated kconfig 2025-03-12 19:03:52 +01:00
mlock.c posix: options: mlock: refine imply for MMU and DEMAND_PAGING 2025-01-11 18:31:02 +01:00
mlockall.c posix: options: mlockall: include toolchain header 2025-01-09 15:49:57 +01:00
mmap.c
mprotect.c posix: options: mprotect: include toolchain header 2025-01-09 15:49:42 +01:00
mqueue.c posix: always require clockid_t argument to timespec_to_timeoutms() 2025-04-24 22:58:43 +02:00
multi_process.c
mutex.c posix: always require clockid_t argument to timespec_to_timeoutms() 2025-04-24 22:58:43 +02:00
net.c Revert "posix: net: move static inline gethostname() to lib definition" 2025-05-30 08:27:19 -04:00
perror.c
posix_clock.h posix: timers: use newly added timespec util functions 2025-05-22 23:57:17 +02:00
posix_internal.h posix: posix_internal: add definitions for posix_condattr, posix_cond 2025-04-24 22:58:43 +02:00
pthread_sched.h
pthread.c posix: always require clockid_t argument to timespec_to_timeoutms() 2025-04-24 22:58:43 +02:00
pwd.c
rwlock.c Revert "posix: rwlock: Refactor locking using k_timepoint_t" 2025-05-30 08:27:19 -04:00
sched.c
semaphore.c posix: always require clockid_t argument to timespec_to_timeoutms() 2025-04-24 22:58:43 +02:00
shm.c posix: shm: ensure addend is less than INTPTR_MAX 2025-01-30 20:27:59 +01:00
signal.c
sleep.c
spinlock.c
stropts.c
sysconf.c Revert "posix: sysconf: match _SC* defines with newlib/picolib" 2025-05-30 08:27:19 -04:00
syslog.c
timer.c posix: move timespec functions to posix_clock.h 2025-04-24 22:58:43 +02:00
timespec_to_timeout.c posix: refactor timespec_to_timeoutms() to use tp_diff() 2025-04-24 22:58:43 +02:00
uname.c
xsi_single_process.c posix: implement the XSI_SINGLE_PROCESS Option Group 2025-05-13 22:23:21 -04:00