mazen Adel commented on a discussion on 
cpukit/include/rtems/score/threadqimpl.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/618#note_128443

 >    queue_context->enqueue_callout = enqueue_callout;
 >  }
 >  
 > +/**
 > + * @brief Validates a clock identifier for thread queue operations.
 > + *
 > + * @param clock_id The clock identifier to validate.
 > + *
 > + * @retval true The clock identifier is valid (CLOCK_REALTIME or 
 > CLOCK_MONOTONIC).
 > + * @retval false The clock identifier is not valid.
 > + */
 > +static inline bool _Thread_queue_Context_is_clock_id_valid(clockid_t 
 > clock_id)

Moved it to posixapi.h where there are similar generic functions and renamed it 
to \_POSIX_Is_valid_clock_id().

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/618#note_128443
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