Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ joinable
Method
joinable
src/base/thread.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
bool base::thread::joinable() const
59
{
60
return m_native_handle != (native_handle_type)0;
61
}
62
63
void base::thread::join()
64
{
Callers
3
~SDL2System
Method · 0.80
~thread_guard
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64