Documentation ¶ Index ¶ func Abs(x int) int func Decref(p *uint32) uint32 func Fatal(s string) func Incref(p *uint32) func Max(a int, b int) int func Min(a int, b int) int type QLock func (l *QLock) Lock() func (l *QLock) TryLock() bool func (l *QLock) Unlock() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Abs ¶ func Abs(x int) int func Decref ¶ func Decref(p *uint32) uint32 func Fatal ¶ func Fatal(s string) func Incref ¶ func Incref(p *uint32) func Max ¶ func Max(a int, b int) int func Min ¶ func Min(a int, b int) int Types ¶ type QLock ¶ type QLock struct { // contains filtered or unexported fields } func (*QLock) Lock ¶ func (l *QLock) Lock() func (*QLock) TryLock ¶ func (l *QLock) TryLock() bool func (*QLock) Unlock ¶ func (l *QLock) Unlock() Source Files ¶ View all Source files cols1.go util.go Click to show internal directories. Click to hide internal directories.