Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for GetCgroups (0.17 sec)

  1. misc/wasm/wasm_exec.js

    		};
    	}
    
    	if (!globalThis.process) {
    		globalThis.process = {
    			getuid() { return -1; },
    			getgid() { return -1; },
    			geteuid() { return -1; },
    			getegid() { return -1; },
    			getgroups() { throw enosys(); },
    			pid: -1,
    			ppid: -1,
    			umask() { throw enosys(); },
    			cwd() { throw enosys(); },
    			chdir() { throw enosys(); },
    		}
    	}
    
    	if (!globalThis.crypto) {
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
  2. src/cmd/cgo/internal/test/issue1435.go

    		{call: "Setgroups([]int{0,1,2,3})", fn: func() error { return syscall.Setgroups([]int{0, 1, 2, 3}) }, filter: "Groups:", expect: "\t0 1 2 3"},
    		{call: "Setgroups(nil)", fn: func() error { return syscall.Setgroups(nil) }, filter: "Groups:", expect: ""},
    		{call: "Setgroups([]int{0})", fn: func() error { return syscall.Setgroups([]int{0}) }, filter: "Groups:", expect: "\t0"},
    
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Jul 28 21:31:41 GMT 2023
    - 7.5K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_GETRUSAGE = 117
    pkg syscall (darwin-arm64), const SYS_GETRUSAGE ideal-int
    pkg syscall (darwin-arm64), const SYS_GETSGROUPS = 288
    pkg syscall (darwin-arm64), const SYS_GETSGROUPS ideal-int
    pkg syscall (darwin-arm64), const SYS_GETSID = 310
    pkg syscall (darwin-arm64), const SYS_GETSID ideal-int
    pkg syscall (darwin-arm64), const SYS_GETSOCKNAME = 32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_GETGID = 47
    pkg syscall (freebsd-arm64), const SYS_GETGID ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETGROUPS = 79
    pkg syscall (freebsd-arm64), const SYS_GETGROUPS ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETITIMER = 86
    pkg syscall (freebsd-arm64), const SYS_GETITIMER ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETLOGIN = 49
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_GETGID = 47 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETGID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETGROUPS = 79 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETGROUPS ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETITIMER = 86 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETITIMER ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top