| 557 | bool _busy_waiting = false ); |
| 558 | |
| 559 | inline message fetchAndProcessNextMessage() |
| 560 | { |
| 561 | message m = receiveMessage(); |
| 562 | processMessage( m ); |
| 563 | return m; |
| 564 | } |
| 565 | |
| 566 | #ifndef SYNC_WITH_SHM_FIFO |
| 567 | inline int32_t readInt() |
no outgoing calls
no test coverage detected