Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
bool InternalThread::is_started() const {
14
return thread_ && thread_->joinable();
15
}
16
17
bool InternalThread::must_stop() {
18
return thread_ && thread_->interruption_requested();
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64