MCPcopy 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
58bool base::thread::joinable() const
59{
60 return m_native_handle != (native_handle_type)0;
61}
62
63void base::thread::join()
64{

Callers 3

~SDL2SystemMethod · 0.80
~thread_guardMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64