MCPcopy 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{
40public:
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_updaterFunction · 0.45
startupMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected