MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / async_event_loop

Function async_event_loop

Transceiver52M/UHDDevice.cpp:309–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307};
308
309void *async_event_loop(uhd_device *dev)
310{
311 while (1) {
312 dev->recv_async_msg();
313 pthread_testcancel();
314 }
315}
316
317/*
318 Catch and drop underrun 'U' and overrun 'O' messages from stdout

Callers

nothing calls this directly

Calls 1

recv_async_msgMethod · 0.80

Tested by

no test coverage detected