Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 72 for 280 (0.36 sec)

  1. guava/src/com/google/common/util/concurrent/Monitor.java

      public void enter() {
        lock.lock();
      }
    
      /**
       * Enters this monitor. Blocks at most the given time.
       *
       * @return whether the monitor was entered
       * @since 28.0
       */
      public boolean enter(Duration time) {
        return enter(toNanosSaturated(time), TimeUnit.NANOSECONDS);
      }
    
      /**
       * Enters this monitor. Blocks at most the given time.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 18:22:01 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  2. docs/en/docs/img/deployment/https/https06.drawio

                            <mxPoint x="390" y="-190" as="sourcePoint"/>
                            <Array as="points">
                                <mxPoint x="390" y="-132"/>
                                <mxPoint x="280" y="-132"/>
                            </Array>
                        </mxGeometry>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  3. docs/en/docs/img/deployment/https/https05.drawio

                            <mxPoint x="390" y="-190" as="sourcePoint"/>
                            <Array as="points">
                                <mxPoint x="390" y="-132"/>
                                <mxPoint x="280" y="-132"/>
                            </Array>
                        </mxGeometry>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 15.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go

    	SYS_SCHED_GETATTR           = 275
    	SYS_RENAMEAT2               = 276
    	SYS_SECCOMP                 = 277
    	SYS_GETRANDOM               = 278
    	SYS_MEMFD_CREATE            = 279
    	SYS_BPF                     = 280
    	SYS_EXECVEAT                = 281
    	SYS_USERFAULTFD             = 282
    	SYS_MEMBARRIER              = 283
    	SYS_MLOCK2                  = 284
    	SYS_COPY_FILE_RANGE         = 285
    	SYS_PREADV2                 = 286
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_linux_loong64.go

    	SYS_SCHED_GETATTR           = 275
    	SYS_RENAMEAT2               = 276
    	SYS_SECCOMP                 = 277
    	SYS_GETRANDOM               = 278
    	SYS_MEMFD_CREATE            = 279
    	SYS_BPF                     = 280
    	SYS_EXECVEAT                = 281
    	SYS_USERFAULTFD             = 282
    	SYS_MEMBARRIER              = 283
    	SYS_MLOCK2                  = 284
    	SYS_COPY_FILE_RANGE         = 285
    	SYS_PREADV2                 = 286
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.3K bytes
    - Viewed (0)
  6. guava/src/com/google/common/util/concurrent/AbstractScheduledService.java

         *
         * @param initialDelay the time to delay first execution
         * @param delay the delay between the termination of one execution and the commencement of the
         *     next
         * @since 28.0
         */
        public static Scheduler newFixedDelaySchedule(Duration initialDelay, Duration delay) {
          return newFixedDelaySchedule(
              toNanosSaturated(initialDelay), toNanosSaturated(delay), NANOSECONDS);
        }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Dec 13 19:45:20 UTC 2023
    - 27.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_arm.go

    	SYS_MQ_UNLINK              = 275
    	SYS_MQ_TIMEDSEND           = 276
    	SYS_MQ_TIMEDRECEIVE        = 277
    	SYS_MQ_NOTIFY              = 278
    	SYS_MQ_GETSETATTR          = 279
    	SYS_WAITID                 = 280
    	SYS_SOCKET                 = 281
    	SYS_BIND                   = 282
    	SYS_CONNECT                = 283
    	SYS_LISTEN                 = 284
    	SYS_ACCEPT                 = 285
    	SYS_GETSOCKNAME            = 286
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.6K bytes
    - Viewed (0)
  8. docs/en/docs/img/deployment/https/https07.drawio

                            <mxPoint x="390" y="-190" as="sourcePoint"/>
                            <Array as="points">
                                <mxPoint x="390" y="-132"/>
                                <mxPoint x="280" y="-132"/>
                            </Array>
                        </mxGeometry>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 18.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go

    	SYS_SCHED_GETATTR           = 275
    	SYS_RENAMEAT2               = 276
    	SYS_SECCOMP                 = 277
    	SYS_GETRANDOM               = 278
    	SYS_MEMFD_CREATE            = 279
    	SYS_BPF                     = 280
    	SYS_EXECVEAT                = 281
    	SYS_USERFAULTFD             = 282
    	SYS_MEMBARRIER              = 283
    	SYS_MLOCK2                  = 284
    	SYS_COPY_FILE_RANGE         = 285
    	SYS_PREADV2                 = 286
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_ppc64le.go

    	SYS_INOTIFY_INIT           = 275
    	SYS_INOTIFY_ADD_WATCH      = 276
    	SYS_INOTIFY_RM_WATCH       = 277
    	SYS_SPU_RUN                = 278
    	SYS_SPU_CREATE             = 279
    	SYS_PSELECT6               = 280
    	SYS_PPOLL                  = 281
    	SYS_UNSHARE                = 282
    	SYS_SPLICE                 = 283
    	SYS_TEE                    = 284
    	SYS_VMSPLICE               = 285
    	SYS_OPENAT                 = 286
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.5K bytes
    - Viewed (0)
Back to top