IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2012, 11:39:29 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/psLib/src/sys/psThread.c

    r33089 r34243  
    343343            psThread *thread = pool->data[i];
    344344            if (thread->fault) {
     345                // we had a fault on this thread -- clear the fault and keep going, but record
     346                // the fault.
    345347                numFaults++;
     348                thread->fault = false;
    346349            }
    347350        }
Note: See TracChangeset for help on using the changeset viewer.