Home
last modified time | relevance | path

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

/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/mac/libusb/os/
H A Ddarwin_usb.c86 static CFRunLoopSourceRef libusb_darwin_acfls = NULL; /* shutdown signal for event cf loop */ variable
437 libusb_darwin_acfls = CFRunLoopSourceCreate(NULL, 0, &libusb_shutdown_cfsourcectx); in darwin_event_thread_main()
438 CFRunLoopAddSource(runloop, libusb_darwin_acfls, kCFRunLoopDefaultMode); in darwin_event_thread_main()
490 CFRunLoopRemoveSource(runloop, libusb_darwin_acfls, kCFRunLoopDefaultMode); in darwin_event_thread_main()
499 CFRelease (libusb_darwin_acfls); in darwin_event_thread_main()
502 libusb_darwin_acfls = NULL; in darwin_event_thread_main()
579 CFRunLoopSourceSignal(libusb_darwin_acfls); in darwin_exit()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/karalabe/usb/libusb/libusb/os/
H A Ddarwin_usb.c86 static CFRunLoopSourceRef libusb_darwin_acfls = NULL; /* shutdown signal for event cf loop */ variable
437 libusb_darwin_acfls = CFRunLoopSourceCreate(NULL, 0, &libusb_shutdown_cfsourcectx); in darwin_event_thread_main()
438 CFRunLoopAddSource(runloop, libusb_darwin_acfls, kCFRunLoopDefaultMode); in darwin_event_thread_main()
490 CFRunLoopRemoveSource(runloop, libusb_darwin_acfls, kCFRunLoopDefaultMode); in darwin_event_thread_main()
499 CFRelease (libusb_darwin_acfls); in darwin_event_thread_main()
502 libusb_darwin_acfls = NULL; in darwin_event_thread_main()
579 CFRunLoopSourceSignal(libusb_darwin_acfls); in darwin_exit()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/libusb/libusb/os/
H A Ddarwin_usb.c86 static CFRunLoopSourceRef libusb_darwin_acfls = NULL; /* shutdown signal for event cf loop */ variable
461 libusb_darwin_acfls = CFRunLoopSourceCreate(NULL, 0, &libusb_shutdown_cfsourcectx); in darwin_event_thread_main()
462 CFRunLoopAddSource(runloop, libusb_darwin_acfls, kCFRunLoopDefaultMode); in darwin_event_thread_main()
514 CFRunLoopRemoveSource(runloop, libusb_darwin_acfls, kCFRunLoopDefaultMode); in darwin_event_thread_main()
523 CFRelease (libusb_darwin_acfls); in darwin_event_thread_main()
526 libusb_darwin_acfls = NULL; in darwin_event_thread_main()
582 CFRunLoopSourceSignal(libusb_darwin_acfls); in darwin_exit()