Home
last modified time | relevance | path

Searched refs:GoMaxProcs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dexport_test.go1575 GoMaxProcs func() int32 member
1584 if s.Sleep == nil || s.Scavenge == nil || s.ShouldStop == nil || s.GoMaxProcs == nil {
1592 s.scavenger.gomaxprocs = s.GoMaxProcs
Dmgcscavenge_test.go494 s.GoMaxProcs = func() int32 {