| 9871 | pthread_cond_t runnable; |
| 9872 | |
| 9873 | OssHandle() |
| 9874 | : triggered(false) |
| 9875 | { |
| 9876 | id[0] = 0; |
| 9877 | id[1] = 0; |
| 9878 | xrun[0] = false; |
| 9879 | xrun[1] = false; |
| 9880 | } |
| 9881 | }; |
| 9882 | |
| 9883 | RtApiOss ::RtApiOss() |
nothing calls this directly
no outgoing calls
no test coverage detected