MCPcopy Create free account
hub / github.com/Tencent/phxsql / get_id

Method get_id

phxsqlproxy/phxthread.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40std::thread::id PhxThread::get_id() const {
41 return std::this_thread::get_id();
42}
43
44std::thread & PhxThread::get_thread() {
45 return *thr_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected