| 2878 | } |
| 2879 | |
| 2880 | int |
| 2881 | AppManager::getNRunningThreads() const |
| 2882 | { |
| 2883 | return (int)_imp->runningThreadsCount; |
| 2884 | } |
| 2885 | |
| 2886 | void |
| 2887 | AppManager::setThreadAsActionCaller(OfxImageEffectInstance* instance, |
no outgoing calls
no test coverage detected