func runtime.MutexProfile

4 uses

	runtime (current package)
		mprof.go#L669: func MutexProfile(p []BlockProfileRecord) (n int, ok bool) {

	runtime/pprof
		pprof.go#L840: 	n, _ := runtime.MutexProfile(nil)
		pprof.go#L899: 	n, ok := runtime.MutexProfile(nil)
		pprof.go#L902: 		n, ok = runtime.MutexProfile(p)