MCPcopy Create free account
hub / github.com/chen3feng/toft / IsMainThreadTestThread

Function IsMainThreadTestThread

system/threading/this_thread_test.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace toft {
13
14static void IsMainThreadTestThread(bool* b)
15{
16 *b = ThisThread::IsMain();
17}
18
19TEST(ThisThread, GetId)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected