📄 lock.mal
字号:
#line 26 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/lock.mx"atom lock:ptr;command create() :lock address LCKcreatecomment "Create an unset lock";command set(l:lock) address LCKsetcomment "Try to set a lock. If set, block till it is freed";command try(l:lock) :int address LCKtrycomment "Try a lock. If free set it, if not return EBUSY";command unset(l:lock) address LCKunsetcomment "Unset a lock";command destroy(l:lock) address LCKdestroycomment "Destroy a lock";command tostr(l:lock) address lockToStrcomment "Overloaded atom function";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -