| 307 | }; |
| 308 | |
| 309 | void *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 |
nothing calls this directly
no test coverage detected