Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ add_running_thread
Function
add_running_thread
dlib/test/pipe.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
bool found_error;
29
30
inline void add_running_thread (
31
)
32
{
33
auto_mutex M(m);
34
++threads_running;
35
}
36
37
inline void remove_running_thread (
38
)
Callers
3
threadproc1
Function · 0.85
threadproc2
Function · 0.85
threadproc3
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected