RTEMS | cpukit: Create DHRL Library for DRAM Latency Mitigation (!1193)

Gedare Bloom (@gedare) gitlab at rtems.org
Fri May 22 15:02:22 UTC 2026




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

 > +  );
 > +  if ( sc != RTEMS_SUCCESSFUL ) {
 > +    goto cleanup_task_b;
 > +  }
 > +
 > +  sc = rtems_barrier_create(
 > +    rtems_build_name( 'D', 'H', 'R', 'S' ),
 > +    RTEMS_BARRIER_AUTOMATIC_RELEASE,
 > +    3,
 > +    &ctx->start_barrier
 > +  );
 > +  if ( sc != RTEMS_SUCCESSFUL ) {
 > +    goto cleanup_task_b;
 > +  }
 > +
 > +  rtems_task_start(

return value is ignored

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260522/8250dcde/attachment.htm>


More information about the bugs mailing list