mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: move NumCPU declaration into debug.go.
R=rsc CC=golang-dev https://golang.org/cl/5574060
This commit is contained in:
parent
e3e1804ed2
commit
0ae9d812c8
2 changed files with 3 additions and 3 deletions
|
|
@ -23,6 +23,9 @@ func UnlockOSThread()
|
|||
// This call will go away when the scheduler improves.
|
||||
func GOMAXPROCS(n int) int
|
||||
|
||||
// NumCPU returns the number of logical CPUs on the local machine.
|
||||
func NumCPU() int
|
||||
|
||||
// Cgocalls returns the number of cgo calls made by the current process.
|
||||
func Cgocalls() int64
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue