RTEMS | cpukit/posix Added pthread clock functions (!547)
mazen Adel (@mez3n)
gitlab at rtems.org
Thu Aug 7 19:38:07 UTC 2025
mazen Adel commented on a discussion on cpukit/posix/src/condwaitsupp.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/547#note_128403
> - &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 ) {
It should be fixed now.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/547#note_128403
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/20250807/3b815ca2/attachment-0001.htm>
More information about the bugs
mailing list