MCPcopy Create free account
hub / github.com/brummer10/guitarix / runProcess

Method runProcess

trunk/src/headers/ParallelThread.h:204–209  ·  view source on GitHub ↗

notify the thread that work is to be done

Source from the content-addressed store, hash-verified

202
203 // notify the thread that work is to be done
204 inline void runProcess() noexcept {
205 #if __cplusplus > 201703L
206 pWorkCond.store(true);
207 #endif
208 pWorkCond.notify_one();
209 }
210
211 // wait for the processed data from the thread,
212 // in worst case this may fail silent

Callers 1

computeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected