RTEMS | add rtems_counting_semaphore_wait_timed_ticks and rtems_counting_semaphore_try_wait for self-contained object counting semaphore (!100)
Sebastian Huber (@sebhub)
gitlab at rtems.org
Fri Jun 28 10:34:12 UTC 2024
Sebastian Huber started a new discussion on cpukit/include/rtems/thread.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/100#note_108443
> _Semaphore_Wait( counting_semaphore );
> }
>
> +static __inline int rtems_counting_semaphore_wait_timed_ticks(
> + rtems_counting_semaphore *counting_semaphore,
> + uint32_t ticks
The `ticks` should be aligned with `counting_semaphore`.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/100#note_108443
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/20240628/6ffae25f/attachment.htm>
More information about the bugs
mailing list