Changeset 436 for trunk/user/sort


Ignore:
Timestamp:
Mar 7, 2018, 9:02:03 AM (6 years ago)
Author:
alain
Message:

1) improve the threads and process destruction mechanism.
2) introduce FIFOs in the soclib_tty driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/sort/sort.c

    r435 r436  
    265265
    266266    get_cycle( &cycle );
    267     printf("\n[SORT] completes barrier init at cycle %d continue ?\n", (unsigned int)cycle );
    268     getchar();
     267    printf("\n[SORT] completes barrier init at cycle %d\n", (unsigned int)cycle );
    269268
    270269    // Array to sort initialization
     
    356355    {
    357356        printf("\n[SORT] failure at cycle %d\n", (unsigned int)cycle );
    358         exit( 0 );
     357        exit( 1 );
    359358    }
    360359
Note: See TracChangeset for help on using the changeset viewer.