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

Method thread2

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

Source from the content-addressed store, hash-verified

108
109 void thread1() { thread(1); }
110 void thread2()
111 {
112 thread(2);
113 if (is_dlib_thread() == false)
114 failure = true;
115 }
116 void thread3() { thread(3); }
117 void thread4() { thread(4); }
118 void thread5() { thread(5); }

Callers

nothing calls this directly

Calls 2

is_dlib_threadFunction · 0.85
threadFunction · 0.50

Tested by

no test coverage detected