| 155 | } |
| 156 | |
| 157 | void inline select() FL_NOEXCEPT __attribute__((always_inline)) { |
| 158 | if (mPSelect != nullptr) { mPSelect->select(); } |
| 159 | } |
| 160 | |
| 161 | void inline release() FL_NOEXCEPT __attribute__((always_inline)) { |
| 162 | waitFully(); |
no outgoing calls
no test coverage detected