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

Function wait_for_threads

dlib/test/pipe.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 inline void wait_for_threads (
46 )
47 {
48 auto_mutex M(m);
49 while (threads_running > 0)
50 s.wait();
51 }
52
53 template <
54 typename pipe

Callers 1

pipe_kernel_testFunction · 0.85

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected