Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for messaging (0.12 sec)

  1. testing/internal-integ-testing/build.gradle.kts

        implementation(project(":file-collections"))
        implementation(project(":file-temp"))
        implementation(projects.instrumentationAgentServices)
        implementation(projects.io)
        implementation(project(":messaging"))
        implementation(project(":model-core"))
        implementation(project(":platform-jvm"))
        implementation(project(":serialization"))
        implementation(project(":time"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. src/net/dial_unix_test.go

    			t.Logf("canceling context")
    
    			// Cancel the context at just the moment which
    			// caused the race in issue 16523.
    			cancelCtx()
    
    			// And wait for the "interrupter" goroutine to
    			// cancel the dial by messing with its write
    			// timeout before returning.
    			select {
    			case <-sawCancel:
    				t.Logf("saw cancel")
    			case <-time.After(5 * time.Second):
    				t.Errorf("didn't see cancel after 5 seconds")
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 29 16:24:51 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  3. pkg/controlplane/apiserver/apiextensions.go

    	genericConfig.RESTOptionsGetter = nil
    
    	// copy the etcd options so we don't mutate originals.
    	// we assume that the etcd options have been completed already.  avoid messing with anything outside
    	// of changes to StorageConfig as that may lead to unexpected behavior when the options are applied.
    	etcdOptions := *commandOptions.Etcd
    	// this is where the true decodable levels come from.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 18:08:20 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/cmd/server/options/options.go

    		},
    	}
    	return config, nil
    }
    
    // NewCRDRESTOptionsGetter create a RESTOptionsGetter for CustomResources.
    //
    // Avoid messing with anything outside of changes to StorageConfig as that
    // may lead to unexpected behavior when the options are applied.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. src/runtime/sys_netbsd_386.s

    	MOVL	new+0(FP), BX
    	MOVL	old+4(FP), CX
    	INT	$0x80
    	CMPL	AX, $0xfffff001
    	JLS	2(PC)
    	INT	$3
    	RET
    
    TEXT runtime·setldt(SB),NOSPLIT,$8
    	// Under NetBSD we set the GS base instead of messing with the LDT.
    	MOVL	base+4(FP), AX
    	MOVL	AX, 0(SP)
    	CALL	lwp_setprivate<>(SB)
    	RET
    
    TEXT lwp_setprivate<>(SB),NOSPLIT,$16
    	// adjust for ELF: wants to use -4(GS) for g
    	MOVL	base+0(FP), CX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.6K bytes
    - Viewed (0)
Back to top