Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 410 for Futimes (0.9 sec)

  1. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type Tms struct
    pkg syscall (linux-arm-cgo), type Tms struct, Cstime int32
    pkg syscall (linux-arm-cgo), type Tms struct, Cutime int32
    pkg syscall (linux-arm-cgo), type Tms struct, Stime int32
    pkg syscall (linux-arm-cgo), type Tms struct, Utime int32
    pkg syscall (linux-arm-cgo), type Ucred struct
    pkg syscall (linux-arm-cgo), type Ucred struct, Gid uint32
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (linux-386), type Tms struct
    pkg syscall (linux-386), type Tms struct, Cstime int32
    pkg syscall (linux-386), type Tms struct, Cutime int32
    pkg syscall (linux-386), type Tms struct, Stime int32
    pkg syscall (linux-386), type Tms struct, Utime int32
    pkg syscall (linux-386), type Ucred struct
    pkg syscall (linux-386), type Ucred struct, Gid uint32
    pkg syscall (linux-386), type Ucred struct, Pid int32
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func Fstat(int, *Stat_t) error
    pkg syscall (netbsd-arm64-cgo), func Fsync(int) error
    pkg syscall (netbsd-arm64-cgo), func Ftruncate(int, int64) error
    pkg syscall (netbsd-arm64-cgo), func Futimes(int, []Timeval) error
    pkg syscall (netbsd-arm64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error)
    pkg syscall (netbsd-arm64-cgo), func Getpeername(int) (Sockaddr, 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)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Fstatfs(int, *Statfs_t) error
    pkg syscall (freebsd-arm64), func Fsync(int) error
    pkg syscall (freebsd-arm64), func Ftruncate(int, int64) error
    pkg syscall (freebsd-arm64), func Futimes(int, []Timeval) error
    pkg syscall (freebsd-arm64), func Getdirentries(int, []uint8, *uintptr) (int, error)
    pkg syscall (freebsd-arm64), func Getdtablesize() int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), func Fstatfs(int, *Statfs_t) error
    pkg syscall (darwin-arm64), func Fsync(int) error
    pkg syscall (darwin-arm64), func Ftruncate(int, int64) error
    pkg syscall (darwin-arm64), func Futimes(int, []Timeval) error
    pkg syscall (darwin-arm64), func Getdirentries(int, []uint8, *uintptr) (int, error)
    pkg syscall (darwin-arm64), func Getdtablesize() int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  6. docs/features/events.md

        .url("https://www.nytimes.com/")
        .build();
    client.newCall(newYorkTimesRequest).enqueue(new Callback() {
      ...
    });
    ```
    
    Running this race over home WiFi shows the Times (`0002`) completes just slightly sooner than the Post (`0001`):
    
    ```
    0001 https://www.washingtonpost.com/
    0001 0.000 callStart
    0002 https://www.nytimes.com/
    0002 0.000 callStart
    0002 0.010 dnsStart
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 7.7K bytes
    - Viewed (0)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Fsync(int) error #53466
    pkg syscall (freebsd-riscv64), func Ftruncate(int, int64) error #53466
    pkg syscall (freebsd-riscv64), func Futimes(int, []Timeval) error #53466
    pkg syscall (freebsd-riscv64), func Getdirentries(int, []uint8, *uintptr) (int, error) #53466
    pkg syscall (freebsd-riscv64), func Getdtablesize() int #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)
  8. cmd/metrics-realtime.go

    	}
    	if types.Contains(madmin.MetricsCPU) {
    		m.Aggregated.CPU = &madmin.CPUMetrics{
    			CollectedAt: UTCNow(),
    		}
    		cm, err := c.Times(false)
    		if err != nil {
    			m.Errors = append(m.Errors, fmt.Sprintf("%s: %v (cpuTimes)", byHostName, err.Error()))
    		} else {
    			// not collecting per-cpu stats, so there will be only one element
    			if len(cm) == 1 {
    				m.Aggregated.CPU.TimesStat = &cm[0]
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Jun 01 05:16:24 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  9. LICENSES/vendor/github.com/NYTimes/gziphandler/LICENSE

    = vendor/github.com/NYTimes/gziphandler licensed under: =
    
                                     Apache License
                               Version 2.0, January 2004
                            http://www.apache.org/licenses/
    
       TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    
       1. Definitions.
    
          "License" shall mean the terms and conditions for use, reproduction,
          and distribution as defined by Sections 1 through 9 of this document.
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Feb 03 21:57:36 UTC 2021
    - 11.2K bytes
    - Viewed (0)
  10. src/test/java/jcifs/NameServiceClientTest.java

    import static org.junit.jupiter.api.Assertions.assertNotNull;
    import static org.junit.jupiter.api.Assertions.assertThrows;
    import static org.mockito.Mockito.mock;
    import static org.mockito.Mockito.times;
    import static org.mockito.Mockito.verify;
    import static org.mockito.Mockito.when;
    
    import java.net.InetAddress;
    import java.net.UnknownHostException;
    
    import org.junit.jupiter.api.BeforeEach;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 15.4K bytes
    - Viewed (0)
Back to top