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

Function remove_running_thread

dlib/test/pipe.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 inline void remove_running_thread (
38 )
39 {
40 auto_mutex M(m);
41 --threads_running;
42 s.broadcast();
43 }
44
45 inline void wait_for_threads (
46 )

Callers 3

threadproc1Function · 0.85
threadproc2Function · 0.85
threadproc3Function · 0.85

Calls 1

broadcastMethod · 0.45

Tested by

no test coverage detected