Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ store
Method
store
plugins/experimental/stek_share/common.h:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
{
40
public:
41
void
42
store(const pthread_t &th)
43
{
44
std::lock_guard<std::mutex> lock(threads_mutex);
45
threads_queue.push_back(th);
46
}
47
48
void
49
terminate()
Callers
2
stek_updater
Function · 0.45
startup
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected