Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 132 for Setpriority (0.26 sec)

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

    func Getpriority(which int, who int) (prio int, err error) {
    	r0, _, e1 := syscall_syscall(libc_getpriority_trampoline_addr, uintptr(which), uintptr(who), 0)
    	prio = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    var libc_getpriority_trampoline_addr uintptr
    
    //go:cgo_import_dynamic libc_getpriority getpriority "libc.so"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 57.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go

    func Getpriority(which int, who int) (prio int, err error) {
    	r0, _, e1 := syscall_syscall(libc_getpriority_trampoline_addr, uintptr(which), uintptr(who), 0)
    	prio = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    var libc_getpriority_trampoline_addr uintptr
    
    //go:cgo_import_dynamic libc_getpriority getpriority "libc.so"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go

    func Getpriority(which int, who int) (prio int, err error) {
    	r0, _, e1 := syscall_syscall(libc_getpriority_trampoline_addr, uintptr(which), uintptr(who), 0)
    	prio = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    var libc_getpriority_trampoline_addr uintptr
    
    //go:cgo_import_dynamic libc_getpriority getpriority "libc.so"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 57.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_SETPRIORITY              = 96  // { int setpriority(int which, int who, int prio); }
    	SYS_SOCKET                   = 97  // { int socket(int domain, int type, int protocol); }
    	SYS_CONNECT                  = 98  // { int connect(int s, caddr_t name, int namelen); }
    	SYS_GETPRIORITY              = 100 // { int getpriority(int which, int who); }
    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_riscv64.go

    	SYS_SETPRIORITY              = 96  // { int setpriority(int which, int who, int prio); }
    	SYS_SOCKET                   = 97  // { int socket(int domain, int type, int protocol); }
    	SYS_CONNECT                  = 98  // { int connect(int s, caddr_t name, int namelen); }
    	SYS_GETPRIORITY              = 100 // { int getpriority(int which, int who); }
    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/zsyscall_solaris_amd64.go

    //go:cgo_import_dynamic libc_geteuid geteuid "libc.so"
    //go:cgo_import_dynamic libc_getegid getegid "libc.so"
    //go:cgo_import_dynamic libc_getppid getppid "libc.so"
    //go:cgo_import_dynamic libc_getpriority getpriority "libc.so"
    //go:cgo_import_dynamic libc_getrlimit getrlimit "libc.so"
    //go:cgo_import_dynamic libc_getrusage getrusage "libc.so"
    //go:cgo_import_dynamic libc_getsid getsid "libc.so"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go

    func Getpriority(which int, who int) (prio int, err error) {
    	r0, _, e1 := syscall_syscall(libc_getpriority_trampoline_addr, uintptr(which), uintptr(who), 0)
    	prio = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    var libc_getpriority_trampoline_addr uintptr
    
    //go:cgo_import_dynamic libc_getpriority getpriority "/usr/lib/libSystem.B.dylib"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 66.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go

    func Getpriority(which int, who int) (prio int, err error) {
    	r0, _, e1 := syscall_syscall(libc_getpriority_trampoline_addr, uintptr(which), uintptr(who), 0)
    	prio = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    var libc_getpriority_trampoline_addr uintptr
    
    //go:cgo_import_dynamic libc_getpriority getpriority "/usr/lib/libSystem.B.dylib"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 66.7K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

        // Sleep for enough time to add 1500 milliseconds of overwait to the get() call.
        long toWaitMillis = 3500 - TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - thread.startTime);
        Thread.sleep(toWaitMillis);
        thread.setPriority(Thread.MAX_PRIORITY);
        thread.resume();
        thread.join();
        // It's possible to race and suspend the thread just before the park call actually takes effect,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 46.7K bytes
    - Viewed (0)
  10. src/syscall/zsyscall_freebsd_amd64.go

    func Getppid() (ppid int) {
    	r0, _, _ := RawSyscall(SYS_GETPPID, 0, 0, 0)
    	ppid = int(r0)
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Getpriority(which int, who int) (prio int, err error) {
    	r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
    	prio = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 10:34:48 UTC 2023
    - 31.1K bytes
    - Viewed (0)
Back to top