| 281 | } |
| 282 | |
| 283 | void Binding::addContextSwitchCallback(const ContextSwitchCallback callback) |
| 284 | { |
| 285 | std_boost::lock_guard<std_boost::recursive_mutex> lock(s_mutex()); |
| 286 | |
| 287 | s_contextSwitchCallbacks().push_back(std::move(callback)); |
| 288 | } |
| 289 | |
| 290 | int Binding::currentPos() |
| 291 | { |
nothing calls this directly
no outgoing calls
no test coverage detected