MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / TEST

Function TEST

src/base/thread_tests.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13void nothing() { }
14
15TEST(Thread, NotJoinable)
16{
17 thread t;
18 EXPECT_FALSE(t.joinable());
19}
20
21TEST(Thread, Joinable)
22{

Callers

nothing calls this directly

Calls 2

joinableMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected