MCPcopy Create free account
hub / github.com/catboost/catboost / Here

Method Here

library/cpp/chromium_trace/event.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8namespace NChromiumTrace {
9 TEventOrigin TEventOrigin::Here() {
10 return TEventOrigin{
11 GetPID(),
12 SystemCurrentThreadIdImpl(),
13 };
14 }
15
16 bool operator==(const TEventOrigin& lhs, const TEventOrigin& rhs) {
17 return lhs.ProcessId == rhs.ProcessId && lhs.ThreadId == rhs.ThreadId;

Callers

nothing calls this directly

Calls 1

GetPIDFunction · 0.85

Tested by

no test coverage detected