Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sync_nanotime (0.1 sec)

  1. src/runtime/sema.go

    		print("runtime: bad notifyList size - sync=", sz, " runtime=", unsafe.Sizeof(notifyList{}), "\n")
    		throw("bad notifyList size")
    	}
    }
    
    //go:linkname sync_nanotime sync.runtime_nanotime
    func sync_nanotime() int64 {
    	return nanotime()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top