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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOEventSource.cpp215 bool IOEventSource::onThread() const function in class:IOEventSource
217 return (workLoop != 0) && workLoop->onThread();
H A DIOCommandGate.cpp161 if (!workLoop->onThread()) {
215 if (!workLoop->onThread() && !enabled)
H A DIOWorkLoop.cpp426 bool IOWorkLoop::onThread() const function in class:IOWorkLoop
H A DIOServicePM.cpp2044 if (gIOPMWorkLoop->onThread() == false)
8104 assert( onThread() );
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOEventSource.h182 IOWorkLoop that at least reacts to signalWorkAvailable() and onThread functions.
244 /*! @function onThread
245 @abstract Convenience function for workLoop->onThread.
248 virtual bool onThread() const;
H A DIOWorkLoop.h212 /*! @function onThread
216 virtual bool onThread() const;
/macosx-10.10.1/WTF-7600.1.24/wtf/mac/
H A DMainThreadMac.mm142 [staticMainThreadCaller performSelector:@selector(call) onThread:mainThreadNSThread withObject:nil waitUntilDone:NO];
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWCommand.cpp112 if(workLoop->onThread() && fSync) {
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp1182 if ( workLoop->onThread ( ) )
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp3103 STATUS_LOG ( ( 4, "%s[%p]: SuspendPort entered with suspend=%d onThread=%d", getName ( ), this, suspend, fWorkLoop->onThread ( ) ) );
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp8621 gIOFBSystemWorkLoop->inGate(), gIOFBSystemWorkLoop->onThread());
8678 gIOFBSystemWorkLoop->inGate(), gIOFBSystemWorkLoop->onThread());

Completed in 244 milliseconds