Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for illumos (0.21 sec)

  1. src/cmd/cgo/internal/testcarchive/carchive_test.go

    	} else {
    		switch GOOS {
    		case "darwin", "ios":
    			if GOARCH == "arm64" {
    				libbase += "_shared"
    			}
    		case "dragonfly", "freebsd", "linux", "netbsd", "openbsd", "solaris", "illumos":
    			libbase += "_shared"
    		}
    	}
    	libgodir = filepath.Join(GOPATH, "pkg", libbase, "testcarchive")
    	cc = append(cc, "-I", libgodir)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_solaris.go

    // Event Ports
    
    type fileObjCookie struct {
    	fobj   *fileObj
    	cookie interface{}
    }
    
    // EventPort provides a safe abstraction on top of Solaris/illumos Event Ports.
    type EventPort struct {
    	port  int
    	mu    sync.Mutex
    	fds   map[uintptr]*fileObjCookie
    	paths map[string]*fileObjCookie
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 31.1K bytes
    - Viewed (0)
Back to top