MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getCurrent

Method getCurrent

valdi_core/src/valdi_core/cpp/Threading/Thread.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192Thread* Thread::getCurrent() {
193 return currentThread;
194}
195
196void Thread::setCurrent(Thread* thread) {
197 currentThread = thread;

Callers 1

readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected