Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 56 of 56 for getthrid (0.35 sec)

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

    	sid = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Gettid() (tid int) {
    	r0, _ := RawSyscallNoError(SYS_GETTID, 0, 0, 0)
    	tid = int(r0)
    	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/sys/unix/syscall_linux.go

    //sys	Getpriority(which int, who int) (prio int, err error)
    //sys	Getrandom(buf []byte, flags int) (n int, err error)
    //sysnb	Getrusage(who int, rusage *Rusage) (err error)
    //sysnb	Getsid(pid int) (sid int, err error)
    //sysnb	Gettid() (tid int)
    //sys	Getxattr(path string, attr string, dest []byte) (sz int, err error)
    //sys	InitModule(moduleImage []byte, params string) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/static/trace_viewer_full.html

    kMethodsStart.length);methods=methods.s...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (linux-386), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error)
    pkg syscall (linux-386), func GetsockoptInt(int, int, int) (int, error)
    pkg syscall (linux-386), func Gettid() int
    pkg syscall (linux-386), func InotifyAddWatch(int, string, uint32) (int, error)
    pkg syscall (linux-386), func InotifyInit() (int, error)
    pkg syscall (linux-386), func InotifyInit1(int) (int, error)
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"GetsockoptIPv6MTUInfo", Func, 2},
    		{"GetsockoptIPv6Mreq", Func, 0},
    		{"GetsockoptInet4Addr", Func, 0},
    		{"GetsockoptInt", Func, 0},
    		{"GetsockoptUcred", Func, 1},
    		{"Gettid", Func, 0},
    		{"Gettimeofday", Func, 0},
    		{"Getuid", Func, 0},
    		{"Getwd", Func, 0},
    		{"Getxattr", Func, 1},
    		{"HANDLE_FLAG_INHERIT", Const, 0},
    		{"HKEY_CLASSES_ROOT", 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)
  6. api/go1.2.txt

    pkg syscall (linux-arm-cgo), func GetsockoptInt(int, int, int) (int, error)
    pkg syscall (linux-arm-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error)
    pkg syscall (linux-arm-cgo), func Gettid() int
    pkg syscall (linux-arm-cgo), func Getxattr(string, string, []uint8) (int, error)
    pkg syscall (linux-arm-cgo), func InotifyAddWatch(int, string, uint32) (int, error)
    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