MCPcopy Create free account
hub / github.com/deskflow/deskflow / exit

Method exit

src/lib/mt/Thread.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58[[noreturn]] void Thread::exit(void *result)
59{
60 throw ThreadExitException(result);
61}
62
63void Thread::cancel()
64{

Callers

nothing calls this directly

Calls 1

ThreadExitExceptionClass · 0.85

Tested by

no test coverage detected