Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
void nothing() { }
14
15
TEST(Thread, NotJoinable)
16
{
17
thread t;
18
EXPECT_FALSE(t.joinable());
19
}
20
21
TEST(Thread, Joinable)
22
{
Callers
nothing calls this directly
Calls
2
joinable
Method · 0.80
join
Method · 0.80
Tested by
no test coverage detected