Home
last modified time | relevance | path

Searched refs:eventSource (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/tools/tests/mktimer/
H A Dmktimer_test.c121 CFRunLoopSourceRef eventSource = CFMachPortCreateRunLoopSource(NULL, port, -1); in main() local
122 CFRunLoopAddSource(CFRunLoopGetCurrent(), eventSource, kCFRunLoopDefaultMode); in main()
123 CFRelease(eventSource); in main()