func runtime.ThreadCreateProfile

2 uses

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

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