nuttx/libs/libc/wqueue
Jukka Laitinen 7e9e8a817d libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_process
This fixes busylooping in work_usrthread, due to incorrect time spec given to sem_timedwait

_SEM_TIMEDWAIT works on absolute time stamps, using CLOCK_REALTIME

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
2021-11-04 13:19:01 -05:00
..
Kconfig Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
Make.defs Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
work_cancel.c Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
work_queue.c Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
work_usrthread.c libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_process 2021-11-04 13:19:01 -05:00
wqueue.h Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00