Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for SYS_YIELD (0.09 sec)

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

    	SYS_AIO_WRITE              = 319 // { int aio_write(struct aiocb *aiocbp); }
    	SYS_LIO_LISTIO             = 320 // { int lio_listio(int mode, struct aiocb * const *acb_list, int nent, struct sigevent *sig); }
    	SYS_YIELD                  = 321 // { int yield(void); }
    	SYS_MLOCKALL               = 324 // { int mlockall(int how); }
    	SYS_MUNLOCKALL             = 325 // { int munlockall(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_AIO_CANCEL               = 316 // { int aio_cancel(int fd, struct aiocb *aiocbp); }
    	SYS_AIO_ERROR                = 317 // { int aio_error(struct aiocb *aiocbp); }
    	SYS_YIELD                    = 321 // { int yield(void); }
    	SYS_MLOCKALL                 = 324 // { int mlockall(int how); }
    	SYS_MUNLOCKALL               = 325 // { int munlockall(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_AIO_CANCEL               = 316 // { int aio_cancel(int fd, struct aiocb *aiocbp); }
    	SYS_AIO_ERROR                = 317 // { int aio_error(struct aiocb *aiocbp); }
    	SYS_YIELD                    = 321 // { int yield(void); }
    	SYS_MLOCKALL                 = 324 // { int mlockall(int how); }
    	SYS_MUNLOCKALL               = 325 // { int munlockall(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_AIO_CANCEL               = 316 // { int aio_cancel(int fd, struct aiocb *aiocbp); }
    	SYS_AIO_ERROR                = 317 // { int aio_error(struct aiocb *aiocbp); }
    	SYS_YIELD                    = 321 // { int yield(void); }
    	SYS_MLOCKALL                 = 324 // { int mlockall(int how); }
    	SYS_MUNLOCKALL               = 325 // { int munlockall(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_AIO_CANCEL               = 316 // { int aio_cancel(int fd, struct aiocb *aiocbp); }
    	SYS_AIO_ERROR                = 317 // { int aio_error(struct aiocb *aiocbp); }
    	SYS_YIELD                    = 321 // { int yield(void); }
    	SYS_MLOCKALL                 = 324 // { int mlockall(int how); }
    	SYS_MUNLOCKALL               = 325 // { int munlockall(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_AIO_CANCEL               = 316 // { int aio_cancel(int fd, struct aiocb *aiocbp); }
    	SYS_AIO_ERROR                = 317 // { int aio_error(struct aiocb *aiocbp); }
    	SYS_YIELD                    = 321 // { int yield(void); }
    	SYS_MLOCKALL                 = 324 // { int mlockall(int how); }
    	SYS_MUNLOCKALL               = 325 // { int munlockall(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS_WORKQ_KERNRETURN", Const, 0},
    		{"SYS_WORKQ_OPEN", Const, 0},
    		{"SYS_WRITE", Const, 0},
    		{"SYS_WRITEV", Const, 0},
    		{"SYS_WRITEV_NOCANCEL", Const, 0},
    		{"SYS_WRITE_NOCANCEL", Const, 0},
    		{"SYS_YIELD", Const, 0},
    		{"SYS__LLSEEK", Const, 0},
    		{"SYS__LWP_CONTINUE", Const, 1},
    		{"SYS__LWP_CREATE", Const, 1},
    		{"SYS__LWP_CTL", Const, 1},
    		{"SYS__LWP_DETACH", Const, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top