Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 40 for semop (0.17 sec)

  1. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS___SEMCTL               = 220 // { int __semctl(int semid, int semnum, int cmd, \
    	SYS_SEMGET                 = 221 // { int semget(key_t key, int nsems, int semflg); }
    	SYS_SEMOP                  = 222 // { int semop(int semid, struct sembuf *sops, \
    	SYS_MSGCTL                 = 224 // { int msgctl(int msqid, int cmd, \
    	SYS_MSGGET                 = 225 // { int msgget(key_t key, int msgflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go

    	SYS_POLL                 = 209 // { int|sys||poll(struct pollfd *fds, u_int nfds, int timeout); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    	SYS_SEMOP                = 222 // { int|sys||semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_SEMCONFIG            = 223 // { int|sys||semconfig(int flag); }
    	SYS_MSGGET               = 225 // { int|sys||msgget(key_t key, int msgflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_netbsd_amd64.go

    	SYS_POLL                 = 209 // { int|sys||poll(struct pollfd *fds, u_int nfds, int timeout); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    	SYS_SEMOP                = 222 // { int|sys||semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_SEMCONFIG            = 223 // { int|sys||semconfig(int flag); }
    	SYS_MSGGET               = 225 // { int|sys||msgget(key_t key, int msgflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_netbsd_arm.go

    	SYS_POLL                 = 209 // { int|sys||poll(struct pollfd *fds, u_int nfds, int timeout); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    	SYS_SEMOP                = 222 // { int|sys||semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_SEMCONFIG            = 223 // { int|sys||semconfig(int flag); }
    	SYS_MSGGET               = 225 // { int|sys||msgget(key_t key, int msgflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go

    	SYS_POLL                 = 209 // { int|sys||poll(struct pollfd *fds, u_int nfds, int timeout); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    	SYS_SEMOP                = 222 // { int|sys||semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_SEMCONFIG            = 223 // { int|sys||semconfig(int flag); }
    	SYS_MSGGET               = 225 // { int|sys||msgget(key_t key, int msgflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go

    	SYS_POLL                 = 209 // { int|sys||poll(struct pollfd *fds, u_int nfds, int timeout); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    	SYS_SEMOP                = 222 // { int|sys||semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_SEMCONFIG            = 223 // { int|sys||semconfig(int flag); }
    	SYS_MSGGET               = 225 // { int|sys||msgget(key_t key, int msgflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_netbsd_386.go

    	SYS_POLL                 = 209 // { int|sys||poll(struct pollfd *fds, u_int nfds, int timeout); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    	SYS_SEMOP                = 222 // { int|sys||semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_SEMCONFIG            = 223 // { int|sys||semconfig(int flag); }
    	SYS_MSGGET               = 225 // { int|sys||msgget(key_t key, int msgflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS___SEMCTL               = 220 // { int __semctl(int semid, int semnum, int cmd, union semun *arg); }
    	SYS_SEMGET                 = 221 // { int semget(key_t key, int nsems, int semflg); }
    	SYS_SEMOP                  = 222 // { int semop(int semid, struct sembuf *sops, u_int nsops); }
    	SYS_MSGCTL                 = 224 // { int msgctl(int msqid, int cmd, struct msqid_ds *buf); }
    	SYS_MSGGET                 = 225 // { int msgget(key_t key, int msgflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go

    	SYS_POLL                 = 209 // { int|sys||poll(struct pollfd *fds, u_int nfds, int timeout); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    	SYS_SEMOP                = 222 // { int|sys||semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_SEMCONFIG            = 223 // { int|sys||semconfig(int flag); }
    	SYS_MSGGET               = 225 // { int|sys||msgget(key_t key, int msgflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_netbsd_arm64.go

    	SYS_POLL                 = 209 // { int|sys||poll(struct pollfd *fds, u_int nfds, int timeout); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    	SYS_SEMOP                = 222 // { int|sys||semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_SEMCONFIG            = 223 // { int|sys||semconfig(int flag); }
    	SYS_MSGGET               = 225 // { int|sys||msgget(key_t key, int msgflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
Back to top