Gedare Bloom started a new discussion on cpukit/posix/src/condwaitsupp.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/618#note_128377

 >    _POSIX_Condition_variables_Mutex_unlock( queue, the_thread, queue_context 
 > );
 >  }
 >  
 > -static void _POSIX_Condition_variables_Enqueue_with_timeout_monotonic(
 > +static void _POSIX_Condition_variables_Enqueue_by_clock_id_timespec(

Do we need the `_timespec` in the name? I would shorten some of these function 
names to be more concise but also a little more generic. I think we lose 
something by dropping `timeout` from the function name here.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/618#note_128377
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to