- Timestamp:
- Jul 31, 2012, 11:39:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120627/psLib/src/sys/psThread.c
r33089 r34243 343 343 psThread *thread = pool->data[i]; 344 344 if (thread->fault) { 345 // we had a fault on this thread -- clear the fault and keep going, but record 346 // the fault. 345 347 numFaults++; 348 thread->fault = false; 346 349 } 347 350 }
Note:
See TracChangeset
for help on using the changeset viewer.
