MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / thr_match

Class thr_match

extra/yassl/src/yassl_int.cpp:1792–1802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1790}
1791
1792struct thr_match {
1793 THREAD_ID_T id_;
1794 explicit thr_match() : id_(GetSelf()) {}
1795
1796 bool operator()(ThreadError thr)
1797 {
1798 if (thr.threadID_ == id_)
1799 return true;
1800 return false;
1801 }
1802};
1803
1804
1805} // local namespace

Callers 2

RemoveMethod · 0.85
LookupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected