Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dproc_test.go150 testGoroutineParallelism2(t, true, false)
151 testGoroutineParallelism2(t, false, true)
152 testGoroutineParallelism2(t, true, true)
155 func testGoroutineParallelism2(t *testing.T, load, netpoll bool) { func