IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2010, 10:48:42 AM (16 years ago)
Author:
Paul Price
Message:

Pulling pthread out of psThread type because it's unnecessary (never used) and subject to a (write) race condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psThread.h

    r19297 r28402  
    4141    bool busy;                          // Is the thread busy?
    4242    bool fault;                         // Has the thread faulted?
    43     pthread_t pt;                       // The thread itself
    4443} psThread;
    4544
Note: See TracChangeset for help on using the changeset viewer.