Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for picard (0.59 sec)

  1. src/database/sql/sql_test.go

    // during execution of the query.
    func TestTxContextWait(t *testing.T) {
    	testContextWait(t, false)
    }
    
    // TestTxContextWaitNoDiscard is the same as TestTxContextWait, but should not discard
    // the final connection.
    func TestTxContextWaitNoDiscard(t *testing.T) {
    	testContextWait(t, true)
    }
    
    func testContextWait(t *testing.T, keepConnOnRollback bool) {
    	db := newTestDB(t, "people")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    	// defer inline frame expansion until the profile is reported.
    	// The "maxSkip" term is for frame pointer unwinding, where we
    	// want to end up with debug.profstackdebth frames but will discard
    	// some "physical" frames to account for skipping.
    	return make([]uintptr, 1+maxSkip+debug.profstackdepth)
    }
    
    // makeProfStack returns a buffer large enough to hold a maximum-sized stack
    // trace.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top