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

/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h218 thread_call_t fPowerThreadCall; member in class:AppleUSBIrDADriver
H A DAppleUSBIrDA.cpp1207 fPowerThreadCall = thread_call_allocate(handleSetPowerState, (thread_call_param_t) this );
1208 require(fPowerThreadCall != NULL, Fail);
1242 if (fPowerThreadCall) {
1248 ok = thread_call_enter1(fPowerThreadCall, (void *)powerStateOrdinal); // invoke handleSetPowerState
1543 if (fPowerThreadCall) {
1544 thread_call_free(fPowerThreadCall);
1545 fPowerThreadCall = NULL;

Completed in 76 milliseconds