RTEMS | cpukit/posix Added pthread clock functions (!547)
Joel Sherrill (@joel)
gitlab at rtems.org
Wed Aug 6 16:53:09 UTC 2025
Joel Sherrill started a new discussion on cpukit/posix/src/condwaitsupp.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/547#note_128329
> - &queue_context,
> - _POSIX_Condition_variables_Enqueue_with_timeout_monotonic
> - );
> - } else {
> - _Thread_queue_Context_set_enqueue_callout(
> - &queue_context,
> - _POSIX_Condition_variables_Enqueue_with_timeout_realtime
> - );
> - }
> - } else {
> - _Thread_queue_Context_set_enqueue_callout(
> - &queue_context,
> - _POSIX_Condition_variables_Enqueue_no_timeout
> - );
> - }
> + if ( clock_id == CLOCK_MONOTONIC ) {
This section does not look to be indented correctly.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/547#note_128329
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250806/03363d60/attachment.htm>
More information about the bugs
mailing list