Changeset fc960ab in rtems


Ignore:
Timestamp:
08/13/96 15:35:36 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
9b67f170
Parents:
0d59c7a
Message:

chenaged format of output

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/psx03/task.c

    r0d59c7a rfc960ab  
    3131  /* send SIGUSR2 to Init which is waiting on SIGUSR1 */
    3232
    33   print_current_time( "Task1: ", "" );
     33  print_current_time( "Task_1: ", "" );
     34
     35  puts( "Task_1: pthread_kill - SIGUSR2 to Init" );
    3436  status = pthread_kill( Init_id, SIGUSR2 );
    3537  assert( !status );
     
    5052  /* send SIGUSR1 to Init which is waiting on SIGUSR1 */
    5153 
    52   print_current_time( "Task2: ", "" );
     54  print_current_time( "Task_2: ", "" );
     55
     56  puts( "Task_1: pthread_kill - SIGUSR1 to Init" );
    5357  status = pthread_kill( Init_id, SIGUSR1 );
    5458  assert( !status );
  • testsuites/psxtests/psx03/task.c

    r0d59c7a rfc960ab  
    3131  /* send SIGUSR2 to Init which is waiting on SIGUSR1 */
    3232
    33   print_current_time( "Task1: ", "" );
     33  print_current_time( "Task_1: ", "" );
     34
     35  puts( "Task_1: pthread_kill - SIGUSR2 to Init" );
    3436  status = pthread_kill( Init_id, SIGUSR2 );
    3537  assert( !status );
     
    5052  /* send SIGUSR1 to Init which is waiting on SIGUSR1 */
    5153 
    52   print_current_time( "Task2: ", "" );
     54  print_current_time( "Task_2: ", "" );
     55
     56  puts( "Task_1: pthread_kill - SIGUSR1 to Init" );
    5357  status = pthread_kill( Init_id, SIGUSR1 );
    5458  assert( !status );
Note: See TracChangeset for help on using the changeset viewer.