MCPcopy Create free account
hub / github.com/davisking/dlib / thread3

Method thread3

dlib/test/threads.cpp:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 failure = true;
115 }
116 void thread3() { thread(3); }
117 void thread4() { thread(4); }
118 void thread5() { thread(5); }
119 void thread6() { thread(6); }

Callers

nothing calls this directly

Calls 1

threadFunction · 0.50

Tested by

no test coverage detected