Changeset 2513 in Sophya for trunk/SophyaProg/Tests/pizthr.cc


Ignore:
Timestamp:
Mar 16, 2004, 12:51:20 AM (22 years ago)
Author:
ansari
Message:

Programme test commander (tcmd.cc) complete avec partie test classes CExpression/RPNExpression - Reza 16 Mars 2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/pizthr.cc

    r2322 r2513  
    199199    //      syn_cntrl = 0;
    200200    //    }
    201     amon.lock(); //  <ZThread>
    202201    while (XtAppPending(*appctx) != 0) {
     202      amon.lock(); //  <ZThread>
    203203      XtAppNextEvent(*appctx, &evt);
    204204      XtDispatchEvent(&evt);
     205      amon.unlock(); // <ZThread>
    205206    }
    206     amon.unlock(); // <ZThread>
    207     usleep(1000);
     207    //    usleep(1000);
    208208  }
    209209}
Note: See TracChangeset for help on using the changeset viewer.