RTEMS | cpukit/posix Added pthread clock functions (!547)
Joel Sherrill (@joel)
gitlab at rtems.org
Wed Aug 6 16:27:58 UTC 2025
Joel Sherrill commented on a discussion on cpukit/include/rtems/posix/condimpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/547#note_128326
> * timed wait version of condition variable wait routines.
> */
> int _POSIX_Condition_variables_Wait_support(
> - pthread_cond_t *cond,
> - pthread_mutex_t *mutex,
> - const struct timespec *abstime
> + pthread_cond_t *cond,
> + pthread_mutex_t *mutex,
> + const struct timespec *abstime,
> + clockid_t *clockid
This looks OK in the full patch.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/547#note_128326
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/84141b93/attachment-0001.htm>
More information about the bugs
mailing list