zephyr/tests/posix/headers/src
Gaetan Perrot 6fe676f4e8 posix: sched: Implement tests for sched_rr_get_interval
Implement tests for `sched_rr_get_interval()` .
Function is actually placeholders and just return `ENOSYS`
since Zephyr does not yet support processes or process scheduling.

signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
2024-02-02 12:42:50 +01:00
..
_common.h
_main.c
arpa_inet_h.c
dirent_h.c
mqueue_h.c tests: posix: Add test cases for mq_notify() 2024-01-25 19:47:37 +01:00
net_if_h.c
netdb_h.c
netinet_in_h.c
netinet_tcp_h.c
poll_h.c
pthread_h.c tests: posix: add tests for pthread_testcancel() 2024-02-01 15:14:28 +01:00
sched_h.c posix: sched: Implement tests for sched_rr_get_interval 2024-02-02 12:42:50 +01:00
semaphore_h.c posix: semaphore: implement sem_open(), sem_unlink() & sem_close() 2024-01-10 07:18:19 -05:00
signal_h.c posix: signal: implement sigprocmask() 2024-01-11 07:49:26 -05:00
stropts_h.c posix: Add tests for stropts 2024-01-31 09:05:50 +01:00
sys_eventfd_h.c
sys_ioctl_h.c
sys_select_h.c
sys_socket_h.c
sys_time_h.c
unistd_h.c tests: posix: Add test case for sysconf() 2024-01-30 18:01:18 +01:00