zephyr/lib/posix/options
Noemie Gillet a214ddb2c9 posix: fix one-time timer for SIGEV_SIGNAL
For SIGEV_SIGNAL, the function zephyr_timer_wrapper() is the handler
between kernel and posix layer.
Here, for one-time timer, reload is equal to 0 and function returns.
As a consequence, handler function was never called.

Signed-off-by: Noemie Gillet <ngillet@sequans.com>
2024-11-16 15:26:42 -05:00
..
getopt style: lib: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
CMakeLists.txt lib: posix: add stubs for thread-safe grp & pwd functions 2024-08-05 10:17:27 +02:00
Kconfig libc: common: implement multiple time functions 2024-08-21 16:59:15 -04:00
Kconfig.aio
Kconfig.barrier
Kconfig.c_lang_r lib/posix: Only enable Zephyr _r APIs when toolchain doesn't 2024-09-16 20:17:35 +02:00
Kconfig.c_lib_ext
Kconfig.compat
Kconfig.deprecated
Kconfig.device_io posix: kconfig: remove select y from non-user-selectable help 2024-10-14 13:01:51 +02:00
Kconfig.fd_mgmt posix: kconfig: remove select y from non-user-selectable help 2024-10-14 13:01:51 +02:00
Kconfig.fs posix: kconfig: remove select y from non-user-selectable help 2024-10-14 13:01:51 +02:00
Kconfig.mem
Kconfig.mqueue
Kconfig.net
Kconfig.proc1
Kconfig.procN
Kconfig.profile
Kconfig.pthread libc: common: implement multiple time functions 2024-08-21 16:59:15 -04:00
Kconfig.rwlock
Kconfig.sched
Kconfig.semaphore
Kconfig.signal posix: add stubs for signal.h functions that need process support 2024-08-23 10:35:11 -04:00
Kconfig.spinlock
Kconfig.sync_io
Kconfig.timer
Kconfig.toolchain
Kconfig.xsi
aio.c
barrier.c
clock.c
cond.c
confstr.c
device_io.c posix: device_io: use mode argument correctly in open() 2024-10-14 13:01:51 +02:00
env.c
eventfd.c
fd_mgmt.c
fnmatch.c
fs.c posix: device_io: use mode argument correctly in open() 2024-10-14 13:01:51 +02:00
fsync.c posix: fs: implement `fdatasync()` 2024-07-29 14:14:33 +02:00
getentropy.c
grp.c lib: posix: add stubs for thread-safe grp & pwd functions 2024-08-05 10:17:27 +02:00
key.c posix: use sys_sem instead of k_spinlock for pool synch 2024-10-03 17:07:05 +01:00
mlock.c
mlockall.c
mmap.c
mprotect.c
mqueue.c
multi_process.c posix: procN: add missing alias for getpid() 2024-08-23 10:35:11 -04:00
mutex.c posix: use sys_sem instead of k_spinlock for pool synch 2024-10-03 17:07:05 +01:00
net.c
perror.c
posix_clock.h
posix_internal.h
pthread.c posix: use sys_sem instead of k_spinlock for pool synch 2024-10-03 17:07:05 +01:00
pthread_sched.h
pwd.c lib: posix: add stubs for thread-safe grp & pwd functions 2024-08-05 10:17:27 +02:00
rwlock.c posix: use sys_sem instead of k_spinlock for pool synch 2024-10-03 17:07:05 +01:00
sched.c
semaphore.c
shm.c posix: options/shm.c needs _POSIX_C_SOURCE 2024-09-16 20:17:35 +02:00
signal.c posix: add stubs for signal.h functions that need process support 2024-08-23 10:35:11 -04:00
sleep.c
spinlock.c
stropts.c
sysconf.c posix: sysconf.c uses POSIX values 2024-09-16 20:17:35 +02:00
syslog.c
timer.c posix: fix one-time timer for SIGEV_SIGNAL 2024-11-16 15:26:42 -05:00
timespec_to_timeout.c
uname.c