Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 97 for Filetime (0.34 sec)

  1. src/go/token/position.go

    	defer s.mutex.Unlock()
    
    	if i := searchFiles(s.files, file.base); i >= 0 && s.files[i] == file {
    		last := &s.files[len(s.files)-1]
    		s.files = append(s.files[:i], s.files[i+1:]...)
    		*last = nil // don't prolong lifetime when popping last element
    	}
    }
    
    // Iterate calls f for the files in the file set in the order they were added
    // until f returns false.
    func (s *FileSet) Iterate(f func(*File) bool) {
    	for i := 0; ; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  2. src/crypto/tls/handshake_server.go

    		if plaintext == nil {
    			return nil
    		}
    		ss, err := ParseSessionState(plaintext)
    		if err != nil {
    			return nil
    		}
    		sessionState = ss
    	}
    
    	// TLS 1.2 tickets don't natively have a lifetime, but we want to avoid
    	// re-wrapping the same master secret in different tickets over and over for
    	// too long, weakening forward secrecy.
    	createdAt := time.Unix(int64(sessionState.createdAt), 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/resource/v1alpha2/generated.proto

    // AllocationResult contains attributes of an allocated resource.
    message AllocationResult {
      // ResourceHandles contain the state associated with an allocation that
      // should be maintained throughout the lifetime of a claim. Each
      // ResourceHandle contains data that should be passed to a specific kubelet
      // plugin once it lands on a node. This data is returned by the driver
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 22:07:50 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  4. src/runtime/netpoll.go

    // Network poller descriptor.
    //
    // No heap pointers.
    type pollDesc struct {
    	_     sys.NotInHeap
    	link  *pollDesc      // in pollcache, protected by pollcache.lock
    	fd    uintptr        // constant for pollDesc usage lifetime
    	fdseq atomic.Uintptr // protects against stale pollDesc
    
    	// atomicInfo holds bits from closing, rd, and wd,
    	// which are only ever written while holding the lock,
    	// summarized for use by netpollcheckerr,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  5. pkg/apis/resource/types.go

    // AllocationResult contains attributes of an allocated resource.
    type AllocationResult struct {
    	// ResourceHandles contain the state associated with an allocation that
    	// should be maintained throughout the lifetime of a claim. Each
    	// ResourceHandle contains data that should be passed to a specific kubelet
    	// plugin once it lands on a node. This data is returned by the driver
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  6. security/pkg/pki/util/generate_cert_test.go

    // TestGenRootCertFromExistingKey creates original root certificate and private key, and then
    // uses the private key to generate a new root certificate. Verifies that the new root certificate
    // matches old root certificate except lifetime changes.
    func TestGenRootCertFromExistingKey(t *testing.T) {
    	// Generate root certificate and private key
    	caCertTTL := 24 * time.Hour
    	oldOrg := "old org"
    	caKeySize := 2048
    	caCertOptions := CertOptions{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 06 12:48:53 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  7. src/runtime/metrics_test.go

    	}
    	total := gcTotal + scavTotal + stats.IdleTime + stats.UserTime
    	if total != stats.TotalTime {
    		t.Errorf("manually computed overall total does not match TotalTime: %d cpu-ns vs. %d cpu-ns", total, stats.TotalTime)
    	}
    	if total == 0 {
    		t.Error("total time is zero")
    	}
    	if gcTotal == 0 {
    		t.Error("GC total time is zero")
    	}
    	if stats.IdleTime == 0 {
    		t.Error("idle time is zero")
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 45K bytes
    - Viewed (0)
  8. src/crypto/tls/handshake_server_tls13.go

    		if err != nil {
    			c.sendAlert(alertInternalError)
    			return err
    		}
    		m.label, err = c.config.encryptTicket(stateBytes, c.ticketKeys)
    		if err != nil {
    			return err
    		}
    	}
    	m.lifetime = uint32(maxSessionTicketLifetime / time.Second)
    
    	// ticket_age_add is a random 32-bit value. See RFC 8446, section 4.6.1
    	// The value is not stored anywhere; we never need to check the ticket age
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 17:23:54 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  9. src/runtime/runtime2.go

    	// as the sum of time a G spends in the _Grunnable state before
    	// it transitions to _Grunning.
    	timeToRun timeHistogram
    
    	// idleTime is the total CPU time Ps have "spent" idle.
    	//
    	// Reset on each GC cycle.
    	idleTime atomic.Int64
    
    	// totalMutexWaitTime is the sum of time goroutines have spent in _Gwaiting
    	// with a waitreason of the form waitReasonSync{RW,}Mutex{R,}Lock.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/cpumanager/policy_static.go

    //     and grows, accordingly. This is stored in the state as the default
    //     CPU set.
    //
    //   - RESERVED: A subset of the shared pool which is not exclusively
    //     allocatable. The membership of this pool is static for the lifetime of
    //     the Kubelet. The size of the reserved pool is
    //     ceil(systemreserved.cpu + kubereserved.cpu).
    //     Reserved CPUs are taken topologically starting with lowest-indexed
    //     physical core, as reported by cAdvisor.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 06 13:16:15 UTC 2023
    - 28.8K bytes
    - Viewed (0)
Back to top