Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ lock
Method
lock
include/thundersvm/util/log.h:1035–1035 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1033
public:
1034
NoMutex(void) {}
1035
inline void lock(void) {}
1036
inline bool try_lock(void) {
1037
return true;
1038
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected