Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,432 for Fork (0.2 sec)

  1. cmd/service.go

    // cancelGlobalContext can be used to indicate server shutdown.
    var GlobalContext, cancelGlobalContext = context.WithCancel(context.Background())
    
    // restartProcess starts a new process passing it the active fd's. It
    // doesn't fork, but starts a new process using the same environment and
    // arguments as when it was originally started. This allows for a newly
    // deployed binary to be started. It returns the pid of the newly started
    // process when successful.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Wed Feb 28 07:02:14 GMT 2024
    - 3.8K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/plugin-injection-merge-order/pom.xml

    <?xml version="1.0" encoding="UTF-8"?>
    
    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 4.4K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache_test.cc

        TF_SetStatus(status, TF_OK, "");
        return n;
      };
      tf_gcs_filesystem::RamFileBlockCache cache(block_size, block_size, 0,
                                                 fetcher);
      // Fork off thread for parallel read.
      std::unique_ptr<Thread> concurrent(
          Env::Default()->StartThread({}, "concurrent", [block_size, &cache] {
            std::vector<char> out;
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri Oct 15 03:16:57 GMT 2021
    - 23.2K bytes
    - Viewed (0)
  4. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

    /*
     * Licensed to the Apache Software Foundation (ASF) under one
     * or more contributor license agreements.  See the NOTICE file
     * distributed with this work for additional information
     * regarding copyright ownership.  The ASF licenses this file
     * to you under the Apache License, Version 2.0 (the
     * "License"); you may not use this file except in compliance
     * with the License.  You may obtain a copy of the License at
     *
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 93.2K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/util/concurrent/Futures.java

       * {@code isCancelled()} always returns {@code true}.
       *
       * @since 14.0
       */
      @SuppressWarnings("unchecked") // ImmediateCancelledFuture can work with any type
      public static <V extends @Nullable Object> ListenableFuture<V> immediateCancelledFuture() {
        ListenableFuture<Object> instance = ImmediateCancelledFuture.INSTANCE;
        if (instance != null) {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 59.6K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const NOTE_FFLAGSMASK = 16777215
    pkg syscall (darwin-386), const NOTE_FFNOP = 0
    pkg syscall (darwin-386), const NOTE_FFOR = 2147483648
    pkg syscall (darwin-386), const NOTE_FORK = 1073741824
    pkg syscall (darwin-386), const NOTE_LINK = 16
    pkg syscall (darwin-386), const NOTE_LOWAT = 1
    pkg syscall (darwin-386), const NOTE_NONE = 128
    pkg syscall (darwin-386), const NOTE_NSECONDS = 4
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const NOTE_EXTEND = 4
    pkg syscall (netbsd-arm64-cgo), const NOTE_EXTEND ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_FORK = 1073741824
    pkg syscall (netbsd-arm64-cgo), const NOTE_FORK ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_LINK = 16
    pkg syscall (netbsd-arm64-cgo), const NOTE_LINK ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_LOWAT = 1
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const NOTE_FFLAGSMASK ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_FFNOP ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_FFOR ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_FORK ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_LINK ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_LOWAT ideal-int
    pkg syscall (freebsd-386-cgo), const NOTE_PCTRLMASK ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const NOTE_FFOR = 2147483648 #53466
    pkg syscall (freebsd-riscv64), const NOTE_FFOR ideal-int #53466
    pkg syscall (freebsd-riscv64), const NOTE_FORK = 1073741824 #53466
    pkg syscall (freebsd-riscv64), const NOTE_FORK ideal-int #53466
    pkg syscall (freebsd-riscv64), const NOTE_LINK = 16 #53466
    pkg syscall (freebsd-riscv64), const NOTE_LINK ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const NOTE_FFOR = 2147483648
    pkg syscall (darwin-arm64), const NOTE_FFOR ideal-int
    pkg syscall (darwin-arm64), const NOTE_FORK = 1073741824
    pkg syscall (darwin-arm64), const NOTE_FORK ideal-int
    pkg syscall (darwin-arm64), const NOTE_LEEWAY = 16
    pkg syscall (darwin-arm64), const NOTE_LEEWAY ideal-int
    pkg syscall (darwin-arm64), const NOTE_LINK = 16
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top