MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / process_pending_events

Function process_pending_events

lib/hidapi/mac/hid.c:493–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493static void process_pending_events(void) {
494 SInt32 res;
495 do {
496 res = CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0.001, FALSE);
497 } while(res != kCFRunLoopRunFinished && res != kCFRunLoopRunTimedOut);
498}
499
500static int read_usb_interface_from_hid_service_parent(io_service_t hid_service)
501{

Callers 1

hid_enumerateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected