Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for userSelect (0.16 sec)

  1. src/runtime/map_test.go

    			}
    			// trigger a gc
    			runtime.GC()
    			growflag = false
    		}
    	}
    	if bitmask != 1<<16-1 {
    		t.Error("missing key", bitmask)
    	}
    }
    
    func testConcurrentReadsAfterGrowth(t *testing.T, useReflect bool) {
    	t.Parallel()
    	if runtime.GOMAXPROCS(-1) == 1 {
    		defer runtime.GOMAXPROCS(runtime.GOMAXPROCS(16))
    	}
    	numLoop := 10
    	numGrowStep := 250
    	numReader := 16
    	if testing.Short() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 33.5K bytes
    - Viewed (0)
Back to top