Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_test
Function · 0.85
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected