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

Method isRunning

include/openpose/thread/thread.hpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 void stopAndJoin();
35
36 inline bool isRunning() const
37 {
38 return *spIsRunning;
39 }
40
41 private:
42 std::shared_ptr<std::atomic<bool>> spIsRunning;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected