MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / Lock

Method Lock

zone/lua_corpse.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void Lua_Corpse::Lock() {
26 Lua_Safe_Call_Void();
27 self->Lock();
28}
29
30void Lua_Corpse::UnLock() {
31 Lua_Safe_Call_Void();

Callers 8

LockMutexTestMethod · 0.45
DoubleLockMutexTestMethod · 0.45
DoubleUnlockMutexTestMethod · 0.45
LoadCharacterCorpseMethod · 0.45
Perl_Corpse_LockFunction · 0.45
command_corpseFunction · 0.45
LoadSpellsFunction · 0.45
LoadItemsFunction · 0.45

Calls

no outgoing calls

Tested by 3

LockMutexTestMethod · 0.36
DoubleLockMutexTestMethod · 0.36
DoubleUnlockMutexTestMethod · 0.36