func runtime.ThreadCreateProfile

2 uses

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

	runtime/pprof
		pprof.go#L731: 	n, _ := runtime.ThreadCreateProfile(nil)