Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for Setpriority (0.4 sec)

  1. 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 - NANOSECONDS.toMillis(System.nanoTime() - thread.startTime);
        Thread.sleep(toWaitMillis);
        thread.setPriority(Thread.MAX_PRIORITY);
        Thread.class.getMethod("resume").invoke(thread);
        thread.join();
        // It's possible to race and suspend the thread just before the park call actually takes effect,
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 46.8K bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (linux-386), func Dup3(int, int, int) error
    pkg syscall (linux-386), func Getpriority(int, int) (int, error)
    pkg syscall (linux-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error)
    pkg syscall (linux-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error)
    pkg syscall (linux-386), func Setpriority(int, int, int) error
    pkg syscall (linux-386), func SetsockoptByte(int, int, int, uint8) error
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/ingest/IngestFactoryTest.java

            factory.add(new TestIngester(3));
            Ingester[] ingesters = factory.getIngesters();
            assertEquals(1, ingesters[0].getPriority());
            assertEquals(2, ingesters[1].getPriority());
            assertEquals(3, ingesters[2].getPriority());
        }
    
        public void test_add_2() {
            IngestFactory factory = new IngestFactory();
            factory.add(new TestIngester(3));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/score/ScoreUpdater.java

         * @param scoreBooster The score booster.
         */
        protected void addScoreBooster(final ScoreBooster scoreBooster) {
            scoreBoosterList.add(scoreBooster);
            scoreBoosterList.sort((b1, b2) -> b2.getPriority() - b1.getPriority());
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Getpeername(int) (Sockaddr, error)
    pkg syscall (freebsd-arm64), func Getpgid(int) (int, error)
    pkg syscall (freebsd-arm64), func Getpgrp() int
    pkg syscall (freebsd-arm64), func Getpriority(int, int) (int, error)
    pkg syscall (freebsd-arm64), func Getrlimit(int, *Rlimit) error
    pkg syscall (freebsd-arm64), func Getrusage(int, *Rusage) error
    pkg syscall (freebsd-arm64), func Getsid(int) (int, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), func Getpeername(int) (Sockaddr, error)
    pkg syscall (darwin-arm64), func Getpgid(int) (int, error)
    pkg syscall (darwin-arm64), func Getpgrp() int
    pkg syscall (darwin-arm64), func Getpriority(int, int) (int, error)
    pkg syscall (darwin-arm64), func Getrlimit(int, *Rlimit) error
    pkg syscall (darwin-arm64), func Getrusage(int, *Rusage) error
    pkg syscall (darwin-arm64), func Getsid(int) (int, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func Getpeername(int) (Sockaddr, error)
    pkg syscall (netbsd-arm64-cgo), func Getpgid(int) (int, error)
    pkg syscall (netbsd-arm64-cgo), func Getpgrp() int
    pkg syscall (netbsd-arm64-cgo), func Getpriority(int, int) (int, error)
    pkg syscall (netbsd-arm64-cgo), func Getrlimit(int, *Rlimit) error
    pkg syscall (netbsd-arm64-cgo), func Getrusage(int, *Rusage) error
    pkg syscall (netbsd-arm64-cgo), func Getsid(int) (int, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (darwin-386), func Getpeername(int) (Sockaddr, error)
    pkg syscall (darwin-386), func Getpgid(int) (int, error)
    pkg syscall (darwin-386), func Getpgrp() int
    pkg syscall (darwin-386), func Getpriority(int, int) (int, error)
    pkg syscall (darwin-386), func Getrlimit(int, *Rlimit) error
    pkg syscall (darwin-386), func Getrusage(int, *Rusage) error
    pkg syscall (darwin-386), func Getsid(int) (int, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Getpgid(int) (int, error) #53466
    pkg syscall (freebsd-riscv64), func Getpgrp() int #53466
    pkg syscall (freebsd-riscv64), func Getpriority(int, int) (int, error) #53466
    pkg syscall (freebsd-riscv64), func Getrlimit(int, *Rlimit) error #53466
    pkg syscall (freebsd-riscv64), func Getrusage(int, *Rusage) error #53466
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top