Searched refs:_txThreadState (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkInterface.cpp109 #define _txThreadState _reserved->txThreadState macro
131 // _txThreadState
211 _txThreadState = kTxThreadStateInit | kTxThreadStateHalted;
2351 if (__builtin_expect((_txThreadState != 0), 0))
2354 if (_txThreadState & kTxThreadStateInit)
2359 _txThreadState &= ~kTxThreadStateInit;
2361 if (_txThreadState & (kTxThreadStateStop | kTxThreadStateDetach))
2364 _txThreadState &= ~kTxThreadStateStop;
2365 _txThreadState |= kTxThreadStateHalted;
2366 thread_wakeup(&_txThreadState);
[all...]

Completed in 92 milliseconds