Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MutexInfo ¶
type MutexInfo struct {
// contains filtered or unexported fields
}
func NewMutexInfo ¶
func (*MutexInfo) IsStarving ¶
IsStarving returns true if the mutex is starving
type ReentrantLock ¶
func (*ReentrantLock) Lock ¶
func (l *ReentrantLock) Lock()
func (*ReentrantLock) Unlock ¶
func (l *ReentrantLock) Unlock()
Click to show internal directories.
Click to hide internal directories.