MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / is_started

Method is_started

rtpose_wrapper/src/caffe/internal_thread.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13bool InternalThread::is_started() const {
14 return thread_ && thread_->joinable();
15}
16
17bool InternalThread::must_stop() {
18 return thread_ && thread_->interruption_requested();

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64