Searched refs:kTxThreadStateInit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.cpp132 #define kTxThreadStateInit 0x00000001 // initial state macro
211 _txThreadState = kTxThreadStateInit | kTxThreadStateHalted;
2354 if (_txThreadState & kTxThreadStateInit)
2359 _txThreadState &= ~kTxThreadStateInit;
2498 if (_txThreadState & (kTxThreadStateInit | kTxThreadStateDetach))
2591 if (_txThreadState & (kTxThreadStateInit | kTxThreadStateDetach))
2694 if (_txThreadState & (kTxThreadStateInit | kTxThreadStateDetach))
2738 if ((_txThreadState & kTxThreadStateInit) == 0)

Completed in 117 milliseconds