MCPcopy Create free account
hub / github.com/kiibohd/controller / do_run_loop

Function do_run_loop

LoadFile/teensy_loader_cli.c:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441static void do_run_loop(void)
442{
443 while (CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, true) == kCFRunLoopRunHandledSource) ;
444}
445
446IOHIDDeviceRef open_usb_device(int vid, int pid)
447{

Callers 2

open_usb_deviceFunction · 0.85
close_usb_deviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…