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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp1912 thread_call_t _threadCallback; member in class:IODeblocker
2096 if ( _threadCallback ) thread_call_free(_threadCallback);
2463 return _threadCallback;
2472 _threadCallback = thread_call_allocate(callback, this);
2474 return _threadCallback ? true : false;
2708 thread_call_t _threadCallback; member in class:IOBreaker
3059 if ( _threadCallback ) thread_call_free(_threadCallback);
3158 return _threadCallback;
[all...]

Completed in 124 milliseconds