Gedare Bloom started a new discussion on cpukit/dhrl/dhrl.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150827 > + > +/* Internal State Instantiation */ > +struct rtems_dhrl_control { > + rtems_dhrl_config active_config; > + atomic_uint active_epoch; > + atomic_uint completed_epoch; > + atomic_uintptr_t winning_data_ptr; > + void *target_addr_a; > + void *target_addr_b; > + rtems_id worker_a_id; > + rtems_id worker_b_id; > + rtems_id start_barrier; > +}; > + > +/** > + * @brief Core execution loop for DHRL worker tasks. a minor note: we only parse doxygen in header files, so doxygen in C source files is optional. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150827 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
