Searched refs:libusb_darwin_acfls (Results 1 – 1 of 1) sorted by relevance
72 static CFRunLoopSourceRef libusb_darwin_acfls = NULL; /* shutdown signal for event cf loop */ variable420 libusb_darwin_acfls = CFRunLoopSourceCreate(NULL, 0, &libusb_shutdown_cfsourcectx); in darwin_event_thread_main()421 CFRunLoopAddSource(runloop, libusb_darwin_acfls, kCFRunLoopDefaultMode); in darwin_event_thread_main()473 CFRunLoopRemoveSource(runloop, libusb_darwin_acfls, kCFRunLoopDefaultMode); in darwin_event_thread_main()482 CFRelease (libusb_darwin_acfls); in darwin_event_thread_main()485 libusb_darwin_acfls = NULL; in darwin_event_thread_main()557 CFRunLoopSourceSignal(libusb_darwin_acfls); in darwin_exit()