const mutex_unlocked …
const mutex_locked …
const mutex_sleeping …
const active_spin …
const active_spin_cnt …
const passive_spin …
func key32(p *uintptr) *uint32 { … }
func mutexContended(l *mutex) bool { … }
func lock(l *mutex) { … }
func lock2(l *mutex) { … }
func unlock(l *mutex) { … }
func unlock2(l *mutex) { … }
func noteclear(n *note) { … }
func notewakeup(n *note) { … }
func notesleep(n *note) { … }
func notetsleep_internal(n *note, ns int64) bool { … }
func notetsleep(n *note, ns int64) bool { … }
func notetsleepg(n *note, ns int64) bool { … }
func beforeIdle(int64, int64) (*g, bool) { … }
func checkTimeouts() { … }