Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runtime_pollServerInit (0.15 sec)

  1. src/runtime/netpoll.go

    	pollcache      pollCache
    	netpollWaiters atomic.Uint32
    )
    
    // netpollWaiters is accessed in tests
    //go:linkname netpollWaiters
    
    //go:linkname poll_runtime_pollServerInit internal/poll.runtime_pollServerInit
    func poll_runtime_pollServerInit() {
    	netpollGenericInit()
    }
    
    func netpollGenericInit() {
    	if netpollInited.Load() == 0 {
    		lockInit(&netpollInitLock, lockRankNetpollInit)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top