Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getState
Method
getState
lib/cpp/src/thrift/concurrency/Thread.h:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
STATE getState() const
99
{
100
Synchronized sync(monitor_);
101
return state_;
102
}
103
104
void setState(STATE newState)
105
{
Callers
1
threadMain
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected