Gedare Bloom started a new discussion on cpukit/dhrl/dhrl.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150826

 > +  rtems_id          start_barrier;
 > +};
 > +
 > +/**
 > + * @brief Core execution loop for DHRL worker tasks.
 > + *
 > + * This task waits on the start barrier until the main thread signals
 > + * that a new read epoch has begun. It then performs a volatile read
 > + * of its assigned memory address based on the configured data size.
 > + * The first worker to successfully complete its read uses an atomic
 > + * compare-and-exchange to record its result and advance the completed
 > + * epoch, effectively "winning" the race.
 > + *
 > + * @param arg Pointer to the internal DHRL control structure.
 > + */
 > +static rtems_task rtems_dhrl_worker_loop( rtems_task_argument arg )

`RTEMS_NO_RETURN`

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