Changeset 2513 in Sophya for trunk/SophyaProg/Tests/pizthr.cc
- Timestamp:
- Mar 16, 2004, 12:51:20 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/pizthr.cc
r2322 r2513 199 199 // syn_cntrl = 0; 200 200 // } 201 amon.lock(); // <ZThread>202 201 while (XtAppPending(*appctx) != 0) { 202 amon.lock(); // <ZThread> 203 203 XtAppNextEvent(*appctx, &evt); 204 204 XtDispatchEvent(&evt); 205 amon.unlock(); // <ZThread> 205 206 } 206 amon.unlock(); // <ZThread> 207 usleep(1000); 207 // usleep(1000); 208 208 } 209 209 }
Note:
See TracChangeset
for help on using the changeset viewer.