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

Method Thread

include/openpose/thread/thread.hpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64{
65 template<typename TDatums, typename TWorker>
66 Thread<TDatums, TWorker>::Thread(const std::shared_ptr<std::atomic<bool>>& isRunningSharedPtr) :
67 spIsRunning{(isRunningSharedPtr != nullptr ? isRunningSharedPtr : std::make_shared<std::atomic<bool>>(false))}
68 {
69 }
70
71 template<typename TDatums, typename TWorker>
72 Thread<TDatums, TWorker>::Thread(Thread<TDatums, TWorker>&& t) :

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected