Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for notReady (0.19 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go

    	SYS_GETTHRID       = 299 // { pid_t sys_getthrid(void); }
    	SYS___THRWAKEUP    = 301 // { int sys___thrwakeup(const volatile void *ident, int n); }
    	SYS___THREXIT      = 302 // { void sys___threxit(pid_t *notdead); }
    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, siginfo_t *info, const struct timespec *timeout); }
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go

    	SYS_GETTHRID       = 299 // { pid_t sys_getthrid(void); }
    	SYS___THRWAKEUP    = 301 // { int sys___thrwakeup(const volatile void *ident, int n); }
    	SYS___THREXIT      = 302 // { void sys___threxit(pid_t *notdead); }
    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, siginfo_t *info, const struct timespec *timeout); }
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go

    	SYS_GETTHRID       = 299 // { pid_t sys_getthrid(void); }
    	SYS___THRWAKEUP    = 301 // { int sys___thrwakeup(const volatile void *ident, int n); }
    	SYS___THREXIT      = 302 // { void sys___threxit(pid_t *notdead); }
    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, siginfo_t *info, const struct timespec *timeout); }
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  4. src/syscall/zerrors_aix_ppc64.go

    	ENOSTR          = Errno(0x7b)
    	ENOSYS          = Errno(0x6d)
    	ENOTBLK         = Errno(0xf)
    	ENOTCONN        = Errno(0x4c)
    	ENOTDIR         = Errno(0x14)
    	ENOTEMPTY       = Errno(0x11)
    	ENOTREADY       = Errno(0x2e)
    	ENOTRECOVERABLE = Errno(0x5e)
    	ENOTRUST        = Errno(0x72)
    	ENOTSOCK        = Errno(0x39)
    	ENOTSUP         = Errno(0x7c)
    	ENOTTY          = Errno(0x19)
    	ENXIO           = Errno(0x6)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
Back to top