Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for __errno (0.22 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	ERROR_TOO_MANY_OPEN_FILES                                                 syscall.Errno = 4
    	ERROR_ACCESS_DENIED                                                       syscall.Errno = 5
    	ERROR_INVALID_HANDLE                                                      syscall.Errno = 6
    	ERROR_ARENA_TRASHED                                                       syscall.Errno = 7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64-cgo), const EPROGMISMATCH = 75
    pkg syscall (freebsd-arm64-cgo), const EPROGMISMATCH Errno
    pkg syscall (freebsd-arm64-cgo), const EPROGUNAVAIL = 74
    pkg syscall (freebsd-arm64-cgo), const EPROGUNAVAIL Errno
    pkg syscall (freebsd-arm64-cgo), const EPROTO = 92
    pkg syscall (freebsd-arm64-cgo), const EPROTO Errno
    pkg syscall (freebsd-arm64-cgo), const EPROTONOSUPPORT = 43
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const EPROGMISMATCH = 75 #53466
    pkg syscall (freebsd-riscv64), const EPROGMISMATCH Errno #53466
    pkg syscall (freebsd-riscv64), const EPROGUNAVAIL = 74 #53466
    pkg syscall (freebsd-riscv64), const EPROGUNAVAIL Errno #53466
    pkg syscall (freebsd-riscv64), const EPROTO = 92 #53466
    pkg syscall (freebsd-riscv64), const EPROTO Errno #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Timespec).Unix", Method, 0},
    		{"(*Timeval).Nano", Method, 0},
    		{"(*Timeval).Nanoseconds", Method, 0},
    		{"(*Timeval).Unix", Method, 0},
    		{"(Errno).Error", Method, 0},
    		{"(Errno).Is", Method, 13},
    		{"(Errno).Temporary", Method, 0},
    		{"(Errno).Timeout", Method, 0},
    		{"(Signal).Signal", Method, 0},
    		{"(Signal).String", Method, 0},
    		{"(Token).Close", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. RELEASE.md

    *   NNAPI
        *   Set default value for
            `StatefulNnApiDelegate::Options::max_number_delegated_partitions` to 3.
        *   Add capability to disable `NNAPI` CPU and check `NNAPI` Errno.
        *   Fix crashes when using `NNAPI` with target accelerator specified with
            model containing Conv2d or FullyConnected or LSTM nodes with quantized
            weights.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top