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

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVLib.h51 typedef struct _DVThread DVThread; typedef in typeref:struct:_DVThread
61 DVThread *fThread;
169 extern DVThread * DVCreateThread(DVDeviceArrivedFunc deviceAdded, void * addedRefCon,
171 extern void DVRunThread(DVThread *thread);
172 extern void DVFreeThread(DVThread *thread);
173 extern void DVSetTimeoutTime(DVThread * dvThread, CFAbsoluteTime fireDate);
179 extern IOReturn DVRequest(DVThread *thread, IOReturn (*func)(void *arg, UInt32 param), void *arg, UInt32 param);
181 extern IOReturn openFireWireUnit(IOFireWireAVCLibUnitInterface **avcInterface, IOFireWireSessionRef session, IOFireWireLibDeviceRef *retInterface, DVThread *thread);
182 extern IOReturn openAVCUnit(io_object_t obj, IOFireWireAVCLibUnitInterface ***retInterface, DVThread *thread);
183 extern IOReturn openAVCProto(IOFireWireAVCLibUnitInterface **avcInterface, IOFireWireAVCLibProtocolInterface ***retInterface, DVThread *threa
[all...]
H A DDVLib.c169 DVThread * fThread;
732 DVThread * dvThread = (DVThread *)refcon;
896 static OSStatus DVthreadExit(DVThread *dvThread, UInt32 params)
922 static void *DVRTThreadStart(DVThread *dvThread)
1002 static void *DVRLThreadStart(DVThread *thread)
1063 DVThread *dvThread = (DVThread*) refcon;
1113 DVThread * DVCreateThread(DVDeviceArrivedFunc deviceAdded, void * addedRefCon,
1119 DVThread *dvThrea
[all...]
H A DDVFamily.c70 static DVThread *sThread;
H A DDVIsochComponent.c149 DVThread * fDVThread;

Completed in 129 milliseconds