RTEMS | Self-contained object: Add timeout and try wait function for counting semaphore (#5055)
xiaojun zheng (@zhengxiaojun)
gitlab at rtems.org
Fri Jun 28 07:32:10 UTC 2024
xiaojun zheng created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5055
## Summary
Self-contained object counting semaphore do not have timeout function and try_wait function.
These two functions should be added.
## Details
1. rtems_counting_semaphore_wait_timed_ticks(rtems_counting_semaphore *counting_semaphore,uint32_t ticks)
2. rtems_counting_semaphore_try_wait(rtems_counting_semaphore *counting_semaphore)
Testsuites and document need to be updated too.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5055
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/ea1e92e2/attachment.htm>
More information about the bugs
mailing list