Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printInflightSockets (0.63 sec)

  1. src/net/main_test.go

    )
    
    func TestMain(m *testing.M) {
    	setupTestData()
    	installTestHooks()
    
    	st := m.Run()
    
    	testHookUninstaller.Do(uninstallTestHooks)
    	if testing.Verbose() {
    		printRunningGoroutines()
    		printInflightSockets()
    		printSocketStats()
    	}
    	forceCloseSockets()
    	os.Exit(st)
    }
    
    // mustSetDeadline calls the bound method m to set a deadline on a Conn.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top