static Lock vm_getLock(S name) { ret vm_generalMap_getOrCreate("Lock: " + name, func -> Lock { lock() }); }