RTEMS | cpukit/rtems: Closes rtems/programs/gsoc#9 (!443)

mazen Adel (@mez3n) gitlab at rtems.org
Sat Mar 8 21:30:55 UTC 2025




mazen Adel commented on a discussion on testsuites/sptests/sp33/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/443#note_120689

 >    status = rtems_task_wake_after( rtems_clock_get_ticks_per_second() );
 >    directive_failed(status, "rtems_task_wake_after");
 >  
 > +  /* Gets the number of tasks that are waiting at the barrier */
 > +  puts( "Getting the number of tasks that are waiting at the barrier" );
 > +  status = rtems_barrier_get_number_waiting( Barrier, &waiting );
 > +  directive_failed(status, "rtems_barrier_get_number_waiting");
 > +  if ( waiting != (CONFIGURE_MAXIMUM_TASKS-1) ) {

I changed it but on the old code it has the same formatting as this one I can change it across this file if you want to .

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/443#note_120689
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/20250308/34c8a421/attachment-0001.htm>


More information about the bugs mailing list