func runtime.ThreadCreateProfile

3 uses

	runtime (current package)
		mprof.go#L735: func ThreadCreateProfile(p []StackRecord) (n int, ok bool) {

	runtime/pprof
		pprof.go#L658: 	n, _ := runtime.ThreadCreateProfile(nil)
		pprof.go#L668: 		return runtime.ThreadCreateProfile(p)