Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for kAsync (0.32 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        callableBlocking.countDown();
        // Need to wait for resultFuture to be returned.
        assertTrue(executor.awaitTermination(10, SECONDS));
        // But once the async function has returned a future we can include that in the toString
        assertThat(futureResult.toString())
            .matches(
                "CombinedFuture@\\w+\\[status=PENDING,"
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        callableBlocking.countDown();
        // Need to wait for resultFuture to be returned.
        assertTrue(executor.awaitTermination(10, SECONDS));
        // But once the async function has returned a future we can include that in the toString
        assertThat(futureResult.toString())
            .matches(
                "CombinedFuture@\\w+\\[status=PENDING,"
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  3. pkg/controller/podautoscaler/horizontal_test.go

    		metricsClient,
    		informerFactory.Autoscaling().V2().HorizontalPodAutoscalers(),
    		informerFactory.Core().V1().Pods(),
    		100*time.Millisecond, // we need non-zero resync period to avoid race conditions
    		defaultDownscalestabilizationWindow,
    		defaultTestingTolerance,
    		defaultTestingCPUInitializationPeriod,
    		defaultTestingDelayOfInitialReadinessStatus,
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    //   - configCh: dispatch the pods for the config change to the appropriate
    //     handler callback for the event type
    //   - plegCh: update the runtime cache; sync pod
    //   - syncCh: sync all pods waiting for sync
    //   - housekeepingCh: trigger cleanup of pods
    //   - health manager: sync pods that have failed or in which one or more
    //     containers have failed health checks
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    		}
    	}
    
    	// Mark nonpreemptible instruction sequences.
    	// The 2-instruction TLS access sequence
    	//	MOVQ TLS, BX
    	//	MOVQ 0(BX)(TLS*1), BX
    	// is not async preemptible, as if it is preempted and resumed on
    	// a different thread, the TLS address may become invalid.
    	if !CanUse1InsnTLS(ctxt) {
    		useTLS := func(p *obj.Prog) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/s390x/asmz.go

    	// bytes
    	{i: 40, as: ABYTE, a1: C_SCON},
    	{i: 40, as: AWORD, a1: C_LCON},
    	{i: 31, as: ADWORD, a1: C_LCON},
    	{i: 31, as: ADWORD, a1: C_DCON},
    
    	// fast synchronization
    	{i: 80, as: ASYNC},
    
    	// store clock
    	{i: 88, as: ASTCK, a6: C_SAUTO},
    	{i: 88, as: ASTCK, a6: C_SOREG},
    
    	// storage and storage
    	{i: 84, as: AMVC, a1: C_SCON, a3: C_LOREG, a6: C_LOREG},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  8. src/net/http/transport_test.go

    	. "net/http"
    	"net/http/httptest"
    	"net/http/httptrace"
    	"net/http/httputil"
    	"net/http/internal/testcert"
    	"net/textproto"
    	"net/url"
    	"os"
    	"reflect"
    	"runtime"
    	"strconv"
    	"strings"
    	"sync"
    	"sync/atomic"
    	"testing"
    	"testing/iotest"
    	"time"
    
    	"golang.org/x/net/http/httpguts"
    )
    
    // TODO: test 5 pipelined requests with responses: 1) OK, 2) OK, Connection: Close
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm64/asm7.go

    	// the assembler in order to materialize a large constant/offset, we
    	// can restart p (at the start of the instruction sequence), recompute
    	// the content of REGTMP, upon async preemption. Currently, all cases
    	// of assembler-inserted REGTMP fall into this category.
    	// If p doesn't use REGTMP, it can be simply preempted, so we don't
    	// mark it.
    	o := c.oplook(p)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top