mazen Adel commented on a discussion on testsuites/libtests/exit04/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/584#note_126929

 > +  rtems_fatal_source source,
 > +  bool               always_set_to_false,
 > +  rtems_fatal_code   error
 > +)
 > +{
 > +  if ( source == RTEMS_FATAL_SOURCE_EXIT && !always_set_to_false &&
 > +       error == EXIT_STATUS && counter == 3 ) {
 > +    TEST_END();
 > +  }
 > +}
 > +
 > +static void *exit_thread( void *arg )
 > +{
 > +  int eno;
 > +
 > +  eno = at_quick_exit( at_quick_exit_2 );

Done.

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