Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for SYS_thr_kill (0.32 sec)

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

    	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
    	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
    	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
    	SYS_JAIL_ATTACH              = 436 // { int jail_attach(int jid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
    	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
    	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
    	SYS_JAIL_ATTACH              = 436 // { int jail_attach(int jid); }
    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_riscv64.go

    	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
    	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
    	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
    	SYS_JAIL_ATTACH              = 436 // { int jail_attach(int jid); }
    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/syscall/zsysnum_freebsd_riscv64.go

    	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
    	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
    	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
    	SYS_JAIL_ATTACH              = 436 // { int jail_attach(int jid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
    	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
    	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
    	SYS_JAIL_ATTACH              = 436 // { int jail_attach(int jid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_THR_EXIT = 431
    pkg syscall (freebsd-arm64), const SYS_THR_EXIT ideal-int
    pkg syscall (freebsd-arm64), const SYS_THR_KILL = 433
    pkg syscall (freebsd-arm64), const SYS_THR_KILL ideal-int
    pkg syscall (freebsd-arm64), const SYS_THR_KILL2 = 481
    pkg syscall (freebsd-arm64), const SYS_THR_KILL2 ideal-int
    pkg syscall (freebsd-arm64), const SYS_THR_NEW = 455
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_THR_EXIT = 431 #53466
    pkg syscall (freebsd-riscv64), const SYS_THR_EXIT ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_THR_KILL = 433 #53466
    pkg syscall (freebsd-riscv64), const SYS_THR_KILL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_THR_KILL2 = 481 #53466
    pkg syscall (freebsd-riscv64), const SYS_THR_KILL2 ideal-int #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (1)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS_SYSLOG", Const, 0},
    		{"SYS_TEE", Const, 0},
    		{"SYS_TGKILL", Const, 0},
    		{"SYS_THREAD_SELFID", Const, 0},
    		{"SYS_THR_CREATE", Const, 0},
    		{"SYS_THR_EXIT", Const, 0},
    		{"SYS_THR_KILL", Const, 0},
    		{"SYS_THR_KILL2", Const, 0},
    		{"SYS_THR_NEW", Const, 0},
    		{"SYS_THR_SELF", Const, 0},
    		{"SYS_THR_SET_NAME", Const, 0},
    		{"SYS_THR_SUSPEND", Const, 0},
    		{"SYS_THR_WAKE", Const, 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)
  9. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS_SYSARCH = 165
    pkg syscall (freebsd-386), const SYS_THR_CREATE = 430
    pkg syscall (freebsd-386), const SYS_THR_EXIT = 431
    pkg syscall (freebsd-386), const SYS_THR_KILL = 433
    pkg syscall (freebsd-386), const SYS_THR_KILL2 = 481
    pkg syscall (freebsd-386), const SYS_THR_NEW = 455
    pkg syscall (freebsd-386), const SYS_THR_SELF = 432
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_SYSARCH ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_THR_CREATE ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_THR_EXIT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_THR_KILL ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_THR_KILL2 ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_THR_NEW ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_THR_SELF ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top