Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for asancall (0.12 sec)

  1. pkg/webhooks/validation/controller/controller.go

    	if c.o.CABundleWatcher == nil {
    		return
    	}
    	id, watchCh := c.o.CABundleWatcher.AddWatcher()
    	defer c.o.CABundleWatcher.RemoveWatcher(id)
    
    	for {
    		select {
    		case <-watchCh:
    			c.syncAll()
    		case <-stop:
    			return
    		}
    	}
    }
    
    func (c *Controller) readyForFailClose() bool {
    	if !c.dryRunOfInvalidConfigRejected {
    		if rejected, reason := c.isDryRunOfInvalidConfigRejected(); !rejected {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 16:52:19 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/internal/connection/RealCall.kt

        )
      }
    
      internal fun redactedUrl(): String = originalRequest.url.redact()
    
      inner class AsyncCall(
        private val responseCallback: Callback,
      ) : Runnable {
        @Volatile var callsPerHost = AtomicInteger(0)
          private set
    
        fun reuseCallsPerHostFrom(other: AsyncCall) {
          this.callsPerHost = other.callsPerHost
        }
    
        val host: String
          get() = originalRequest.url.host
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex.go

    type Index interface {
    	Lookup(key string) []model.AddressInfo
    	All() []model.AddressInfo
    	WorkloadsForWaypoint(key model.WaypointKey) []model.WorkloadInfo
    	ServicesForWaypoint(key model.WaypointKey) []model.ServiceInfo
    	SyncAll()
    	HasSynced() bool
    	model.AmbientIndexes
    }
    
    var _ Index = &index{}
    
    type workloadsCollection struct {
    	krt.Collection[model.WorkloadInfo]
    	ByAddress        *krt.Index[model.WorkloadInfo, networkAddress]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 19 17:19:41 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/a.out.go

    	ASYNC
    	AXOR
    	AXORCC
    	AXORIS
    
    	ADCBF
    	ADCBI
    	ADCBST
    	ADCBT
    	ADCBTST
    	ADCBZ
    	AEIEIO
    	AICBI
    	AISYNC
    	APTESYNC
    	ATLBIE
    	ATLBIEL
    	ATLBSYNC
    	ATW
    
    	ASYSCALL
    	AWORD
    
    	ARFCI
    
    	AFCPSGN
    	AFCPSGNCC
    	/* optional on 32-bit */
    	AFRES
    	AFRESCC
    	AFRIM
    	AFRIMCC
    	AFRIP
    	AFRIPCC
    	AFRIZ
    	AFRIZCC
    	AFRIN
    	AFRINCC
    	AFRSQRTE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/network.go

    	// With this, the pod do not need to restart when the network configuration changes.
    	if c.ambientIndex != nil {
    		c.ambientIndex.SyncAll()
    	}
    }
    
    // reloadMeshNetworks will read the mesh networks configuration to setup
    // fromRegistry and cidr based network lookups for this registry
    func (n *networkManager) reloadMeshNetworks() {
    	n.Lock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 22:23:22 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/riscv/cpu.go

    	// 3.1.9: Instructions to Access CSRs
    	ACSRRW
    	ACSRRS
    	ACSRRC
    	ACSRRWI
    	ACSRRSI
    	ACSRRCI
    
    	// 3.2.1: Environment Call and Breakpoint
    	AECALL
    	ASCALL
    	AEBREAK
    	ASBREAK
    
    	// 3.2.2: Trap-Return Instructions
    	AMRET
    	ASRET
    	ADRET
    
    	// 3.2.3: Wait for Interrupt
    	AWFI
    
    	// 4.2.1: Supervisor Memory-Management Fence Instruction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/riscv/inst.go

    		return &inst{0x23, 0x0, 0x0, 0, 0x0}
    	case ASBREAK:
    		return &inst{0x73, 0x0, 0x1, 1, 0x0}
    	case ASCD:
    		return &inst{0x2f, 0x3, 0x0, 384, 0xc}
    	case ASCW:
    		return &inst{0x2f, 0x2, 0x0, 384, 0xc}
    	case ASCALL:
    		return &inst{0x73, 0x0, 0x0, 0, 0x0}
    	case ASD:
    		return &inst{0x23, 0x3, 0x0, 0, 0x0}
    	case ASEXTB:
    		return &inst{0x13, 0x1, 0x4, 1540, 0x30}
    	case ASEXTH:
    		return &inst{0x13, 0x1, 0x5, 1541, 0x30}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/internal/ws/WebSocketHttpTest.kt

        newWebSocket()
        serverListener.assertOpen()
        serverListener.assertFailure(EOFException::class.java)
        serverListener.assertExhausted()
        clientListener.assertFailure(e)
      }
    
      @Disabled("AsyncCall currently lets runtime exceptions propagate.")
      @Test
      @Throws(
        Exception::class,
      )
      fun throwingOnFailLogs() {
        webServer.enqueue(
          MockResponse.Builder()
            .code(200)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Mar 31 17:16:15 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  9. pkg/controller/cronjob/cronjob_controllerv2.go

    	// If this process restarts at this point (after posting a job, but
    	// before updating the status), then we might try to start the job on
    	// the next time.  Actually, if we re-list the SJs and Jobs on the next
    	// iteration of syncAll, we might not see our own status update, and
    	// then post one again.  So, we need to use the job name as a lock to
    	// prevent us from making the job twice (name the job with hash of its
    	// scheduled time).
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  10. pkg/controller/volume/persistentvolume/pv_controller_test.go

    	"k8s.io/kubernetes/pkg/volume/util"
    )
    
    // Test the real controller methods (add/update/delete claim/volume) with
    // a fake API server.
    // There is no controller API to 'initiate syncAll now', therefore these tests
    // can't reliably simulate periodic sync of volumes/claims - it would be
    // either very timing-sensitive or slow to wait for real periodic sync.
    func TestControllerSync(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.4K bytes
    - Viewed (0)
Back to top