Searched refs:fSyncRequest (Results 1 - 3 of 3) sorted by path

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c169 UInt32 fSyncRequest; // Flag to indicate completion of synchronous operation member in struct:IsochComponentInstance
H A DDVLib.c952 DVSignalSync(&dvThread->fRequestSyncer, &dvThread->fSyncRequest, 1);
974 DVSignalSync(&dvThread->fRequestSyncer, &dvThread->fSyncRequest, (UInt32)dvThread->fRequestFunc);
1042 DVSignalSync(&thread->fRequestSyncer, &thread->fSyncRequest, 1);
1240 dvThread->fSyncRequest = 0;
1245 DVWaitSync(&dvThread->fRequestSyncer, &dvThread->fSyncRequest);
1247 dvThread->fSyncRequest = 0;
1251 DVWaitSync(&dvThread->fRequestSyncer, &dvThread->fSyncRequest);
1719 thread->fSyncRequest = 0;
1739 DVWaitSync(&thread->fRequestSyncer, &thread->fSyncRequest);
H A DDVLib.h109 UInt32 fSyncRequest; // Flag to indicate completion of synchronous operation member in struct:_DVThread

Completed in 211 milliseconds