MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / thisMutex

Method thisMutex

source/src/scriptinterpreter.h:1035–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033 static std::mutex* globalMutex() { return &globalVariablesMutex; }
1034 std::mutex* localMutex() { return &localVariablesMutex; }
1035 std::mutex* thisMutex() { return &this_mutex; }
1036
1037private:
1038 static inline QiMutex mutex;

Callers 5

execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected