struct __CFRunLoopMode {
CFStringRef _name; // Mode Name, 例如 @"kCFRunLoopDefaultMode"
CFMutableSetRef _sources0; // 非port
CFMutableSetRef _sources1; // port
CFMutableArrayRef _observers; // Array
CFMutableArrayRef _timers; // Array
...
};