Searched refs:invalidator (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c1408 CFRunLoopSourceRef invalidator; local
1414 invalidator = CFMachPortCreateRunLoopSource(nil, rval, 0);
1415 if (!invalidator) goto finish;
1417 CFRunLoopAddSource(rl, invalidator, kCFRunLoopDefaultMode);
1418 CFRelease(invalidator); // owned by the runloop now

Completed in 200 milliseconds