Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 73 of 73 for OP (0.05 sec)

  1. src/net/http/serve_test.go

    func (l *errorListener) Addr() net.Addr {
    	return dummyAddr("test-address")
    }
    
    func TestAcceptMaxFds(t *testing.T) {
    	setParallel(t)
    
    	ln := &errorListener{[]error{
    		&net.OpError{
    			Op:  "accept",
    			Err: syscall.EMFILE,
    		}}}
    	server := &Server{
    		Handler:  HandlerFunc(HandlerFunc(func(ResponseWriter, *Request) {})),
    		ErrorLog: log.New(io.Discard, "", 0), // noisy otherwise
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    // If this drops the number of active LockOSThread calls on the
    // calling goroutine to zero, it unwires the calling goroutine from
    // its fixed operating system thread.
    // If there are no active LockOSThread calls, this is a no-op.
    //
    // Before calling UnlockOSThread, the caller must ensure that the OS
    // thread is suitable for running other goroutines. If the caller made
    // any permanent changes to the state of the thread that would affect
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    from-wy.com
    ftpaccess.cc
    fuettertdasnetz.de
    game-host.org
    game-server.cc
    getmyip.com
    gets-it.net
    go.dyndns.org
    gotdns.com
    gotdns.org
    groks-the.info
    groks-this.info
    ham-radio-op.net
    here-for-more.info
    hobby-site.com
    hobby-site.org
    home.dyndns.org
    homedns.org
    homeftp.net
    homeftp.org
    homeip.net
    homelinux.com
    homelinux.net
    homelinux.org
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top