Changeset a0c2c8 in git


Ignore:
Timestamp:
Jul 25, 2021, 5:36:04 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fe2306067e5322b21216ff8f673910a0dd8dd110
Parents:
4f589568dff261b8b597b1fd3818abccebb6c281
Message:
opt-prot for verifyGB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kverify.cc

    r4f5895 ra0c2c8  
    256256  else // parent ---------------------------------------------------
    257257  {
    258     if (TEST_OPT_PROT) printf("childs created\n");
     258    if (TEST_OPT_PROT) printf("%d childs created\n",cpus);
    259259    // wait for all process to stop:
    260260    // each process sends an 0 at end or a 1 for failure
     
    266266      if (res==0) // a child finished
    267267      {
    268         if (TEST_OPT_PROT) printf("a child finished\n");
     268        if (TEST_OPT_PROT) { printf("c");mflush(); }
    269269        //waitpid(-1,NULL,0); // ? see sig_chld_hdl
    270270        remaining_childs--;
     
    272272      else if (res==1) // not a GB - clean up and return 0
    273273      {
    274         if (TEST_OPT_PROT) printf("a child finished res=1\n");
     274        if (TEST_OPT_PROT) { printf("C"); mflush(); }
    275275        remaining_childs--;
    276276        all_okay=FALSE;
Note: See TracChangeset for help on using the changeset viewer.