MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / addPopper

Method addPopper

include/openpose/thread/queueBase.hpp:342–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341 template<typename TDatums, typename TQueue>
342 void QueueBase<TDatums, TQueue>::addPopper()
343 {
344 try
345 {
346 opLog("", Priority::Low, __LINE__, __FUNCTION__, __FILE__);
347 const std::lock_guard<std::mutex> lock{mMutex};
348 mPoppers++;
349 updateMaxPoppersPushers();
350 }
351 catch (const std::exception& e)
352 {
353 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
354 }
355 }
356
357 template<typename TDatums, typename TQueue>
358 void QueueBase<TDatums, TQueue>::addPusher()

Callers

nothing calls this directly

Calls 3

whatMethod · 0.80
opLogFunction · 0.50
errorFunction · 0.50

Tested by

no test coverage detected