MCPcopy Create free account
hub / github.com/chen3feng/toft / Exit

Method Exit

system/threading/this_thread.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void ThisThread::Exit()
32{
33 pthread_exit(NULL);
34}
35
36void ThisThread::Sleep(int64_t time_in_ms)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected