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

Method thread7

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

Source from the content-addressed store, hash-verified

118 void thread5() { thread(5); }
119 void thread6() { thread(6); }
120 void thread7() { thread(7); }
121 void thread8() { thread(8); }
122 void thread9() { thread(9); }
123 void thread10() { thread(10); }

Callers

nothing calls this directly

Calls 1

threadFunction · 0.50

Tested by

no test coverage detected