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

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp133 thread_call_func_t syncCacheMethod = OSMemberFunctionCast(thread_call_func_t, this, &AppleRAIDMember::synchronizeCacheCallout); local
134 arSyncronizeCacheThreadCall = thread_call_allocate(syncCacheMethod, (thread_call_param_t)this);
H A DAppleRAIDSet.cpp1857 IOCommandGate::Action syncCacheMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::synchronizeCacheGated);
1858 return arSetCommandGate->runAction(syncCacheMethod, (void *)client);

Completed in 72 milliseconds