Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Inblock (0.33 sec)

  1. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoBlock dt=307 reason_string=15 stack=5
    GoUnblock dt=7 g=57 g_seq=11 stack=0
    GoStart dt=3 g=57 g_seq=12
    GoLabel dt=2 label_string=2
    GoBlock dt=1049 reason_string=15 stack=5
    GoUnblock dt=23 g=58 g_seq=7 stack=0
    GoStart dt=8 g=58 g_seq=8
    GoLabel dt=1 label_string=2
    GoBlock dt=1126 reason_string=15 stack=5
    GoUnblock dt=12 g=53 g_seq=3 stack=0
    GoStart dt=5 g=53 g_seq=4
    GoLabel dt=1 label_string=2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  2. src/cmd/trace/testdata/go122.test

    GoBlock dt=2 reason_string=15 stack=27
    GoStart dt=2 g=1 g_seq=8
    GoCreate dt=8 new_g=20 new_stack=23 stack=24
    GoBlock dt=3 reason_string=12 stack=25
    GoStart dt=2 g=20 g_seq=1
    GoUnblock dt=3 g=1 g_seq=9 stack=26
    GoBlock dt=1 reason_string=15 stack=27
    GoStart dt=2 g=1 g_seq=10
    GoCreate dt=6 new_g=21 new_stack=23 stack=24
    GoBlock dt=3 reason_string=12 stack=25
    GoStart dt=1 g=21 g_seq=1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1/generated.pb.go

    var xxx_messageInfo_HTTPIngressRuleValue proto.InternalMessageInfo
    
    func (m *IPBlock) Reset()      { *m = IPBlock{} }
    func (*IPBlock) ProtoMessage() {}
    func (*IPBlock) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2c41434372fec1d7, []int{2}
    }
    func (m *IPBlock) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *IPBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 158.2K bytes
    - Viewed (0)
  4. src/net/http/transport_test.go

    		t.Skip("skipping test in -short mode")
    	}
    
    	const msg = "Hello"
    	unblockc := make(chan bool)
    	ts := newClientServerTest(t, test.mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    		io.WriteString(w, msg)
    		w.(Flusher).Flush() // send headers and some body
    		<-unblockc
    	})).ts
    	defer close(unblockc)
    
    	c := ts.Client()
    	tr := c.Transport.(*Transport)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  5. src/reflect/all_test.go

    		// Add the default if the select would otherwise
    		// block forever, and maybe add it anyway.
    		numCanSelect := 0
    		canProceed := false
    		canBlock := true
    		canPanic := false
    		helpers := []int{}
    		for i, c := range info {
    			if c.canSelect {
    				canProceed = true
    				canBlock = false
    				numCanSelect++
    				if c.panic {
    					canPanic = true
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    	c.mu.Lock()
    	defer c.mu.Unlock()
    	c.rd = t
    	return nil
    }
    
    func (c *slowTestConn) SetWriteDeadline(t time.Time) error {
    	c.mu.Lock()
    	defer c.mu.Unlock()
    	c.wd = t
    	return nil
    }
    
    func (c *slowTestConn) Read(b []byte) (n int, err error) {
    	c.mu.Lock()
    	defer c.mu.Unlock()
    restart:
    	if !c.rd.IsZero() && time.Now().After(c.rd) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/cache/LocalCache.java

          } finally {
            unlock();
            postWriteCleanup();
          }
        }
    
        // reference queues, for garbage collection cleanup
    
        /** Cleanup collected entries when the lock is available. */
        void tryDrainReferenceQueues() {
          if (tryLock()) {
            try {
              drainReferenceQueues();
            } finally {
              unlock();
            }
          }
        }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  8. guava/src/com/google/common/cache/LocalCache.java

          } finally {
            unlock();
            postWriteCleanup();
          }
        }
    
        // reference queues, for garbage collection cleanup
    
        /** Cleanup collected entries when the lock is available. */
        void tryDrainReferenceQueues() {
          if (tryLock()) {
            try {
              drainReferenceQueues();
            } finally {
              unlock();
            }
          }
        }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		// Pseudo-ops
    		{name: "LoweredGetG", argLength: 1, reg: gp01}, // arg0=mem
    		// Scheduler ensures LoweredGetClosurePtr occurs only in entry block,
    		// and sorts it to the very beginning of the block to prevent other
    		// use of DX (the closure pointer)
    		{name: "LoweredGetClosurePtr", reg: regInfo{outputs: []regMask{buildReg("DX")}}, zeroWidth: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  10. doc/go1.17_spec.html

    type PtrMutex *Mutex
    
    // The method set of *PrintableMutex contains the methods
    // Lock and Unlock bound to its embedded field Mutex.
    type PrintableMutex struct {
    	Mutex
    }
    
    // MyBlock is an interface type that has the same method set as Block.
    type MyBlock Block
    </pre>
    
    <p>
    Type definitions may be used to define different boolean, numeric,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top