func runtime.ThreadCreateProfile

4 uses

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

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

	github.com/prometheus/client_golang/prometheus
		go_collector.go#L316: 	n, _ := runtime.ThreadCreateProfile(nil)