MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / NoMutex

Method NoMutex

include/thundersvm/util/log.h:1034–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032 class NoMutex : base::NoCopy {
1033 public:
1034 NoMutex(void) {}
1035 inline void lock(void) {}
1036 inline bool try_lock(void) {
1037 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected