OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOMAXPROCS
(Results
1 - 7
of
7
) sorted by null
/external/toolchain-utils/go/
go_target_exec
37
vars+="${
GOMAXPROCS
:+
GOMAXPROCS
=${
GOMAXPROCS
}}"
test_go
63
echo "#
GOMAXPROCS
=2 -cpu=1,2,4 runtime"
64
GOMAXPROCS
=2 go_test -cpu=1,2,4 runtime
/external/syzkaller/pkg/runtest/
run_test.go
55
requests := make(chan *RunRequest, 2*runtime.
GOMAXPROCS
(0))
/development/tools/repo_diff/service/repodiff/persistence/sql/
sql.go
31
maxProcs := runtime.
GOMAXPROCS
(0)
/build/blueprint/bootstrap/
command.go
73
runtime.
GOMAXPROCS
(runtime.NumCPU())
/build/kati/cmd/kati/
main.go
190
runtime.
GOMAXPROCS
(runtime.NumCPU())
/external/syzkaller/sys/syz-extract/
extract.go
99
for p := 0; p < runtime.
GOMAXPROCS
(0); p++ {
Completed in 6147 milliseconds