Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USBGuard/usbguard
/ Thread
Method
Thread
src/Common/Thread.hpp:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
{
35
public:
36
Thread(C* method_class_ptr, void(C::*method)())
37
{
38
_method_class_ptr = method_class_ptr;
39
_method = method;
40
_stop_request = false;
41
}
42
43
Thread(Thread& thread)
44
{
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected