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.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to