Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
namespace toft {
13
14
static void IsMainThreadTestThread(bool* b)
15
{
16
*b = ThisThread::IsMain();
17
}
18
19
TEST(ThisThread, GetId)
20
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected