Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 85 of 85 for sys_thrkill (1.21 sec)

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

    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Tgkill(tgid int, tid int, sig syscall.Signal) (err error) {
    	_, _, e1 := RawSyscall(SYS_TGKILL, uintptr(tgid), uintptr(tid), uintptr(sig))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS_SYSFS", Const, 0},
    		{"SYS_SYSINFO", Const, 0},
    		{"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},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. 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
    pkg syscall (freebsd-386), const SYS_THR_SET_NAME = 464
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (freebsd-386), const SYS_THR_CREATE ideal-int
    pkg syscall (freebsd-386), const SYS_THR_EXIT ideal-int
    pkg syscall (freebsd-386), const SYS_THR_KILL ideal-int
    pkg syscall (freebsd-386), const SYS_THR_KILL2 ideal-int
    pkg syscall (freebsd-386), const SYS_THR_NEW ideal-int
    pkg syscall (freebsd-386), const SYS_THR_SELF ideal-int
    pkg syscall (freebsd-386), const SYS_THR_SET_NAME ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.2.txt

    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