Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 246 for acquirem (1.54 sec)

  1. src/os/exec.go

    	// modeHandle means that Process operations use handle, which is
    	// initialized with an OS process handle.
    	//
    	// Note that Release and Wait will deactivate and eventually close the
    	// handle, so acquire may fail, indicating the reason.
    	modeHandle
    )
    
    type processStatus uint64
    
    const (
    	// PID/handle OK to use.
    	statusOK processStatus = 0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 22:06:47 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  2. pkg/util/iptables/iptables.go

    const WaitIntervalUsecondsValue = "100000"
    
    // LockfilePath16x is the iptables 1.6.x lock file acquired by any process that's making any change in the iptable rule
    const LockfilePath16x = "/run/xtables.lock"
    
    // LockfilePath14x is the iptables 1.4.x lock file acquired by any process that's making any change in the iptable rule
    const LockfilePath14x = "@xtables"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 28.6K bytes
    - Viewed (0)
  3. pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux.go

    		// 2. When shutdown(true) event is received, process the shutdown and release the inhibit lock.
    		// 3. When shutdown(false) event is received, this indicates a previous shutdown was cancelled. In this case, acquire the inhibit lock again.
    		for {
    			select {
    			case isShuttingDown, ok := <-events:
    				if !ok {
    					m.logger.Error(err, "Ended to watching the node for shutdown events")
    					close(stop)
    					return
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 08:02:40 UTC 2022
    - 15.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go

    	PrefixAddrSize: "ADDRSIZE",
    	PrefixDataSize: "DATASIZE",
    	PrefixAddr16:   "ADDR16",
    	PrefixData16:   "DATA16",
    	PrefixAddr32:   "ADDR32",
    	PrefixData32:   "DATA32",
    	PrefixBND:      "BND",
    	PrefixXACQUIRE: "XACQUIRE",
    	PrefixXRELEASE: "XRELEASE",
    	PrefixREX:      "REX",
    	PrefixPT:       "PT",
    	PrefixPN:       "PN",
    }
    
    var regNames = [...]string{
    	AL:   "AL",
    	CL:   "CL",
    	BL:   "BL",
    	DL:   "DL",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  5. apache-maven/src/main/appended-resources/licenses/EPL-1.0.txt

    to secure any other intellectual property rights needed, if any. For example,
    if a third party patent license is required to allow Recipient to distribute
    the Program, it is Recipient's responsibility to acquire that license before
    distributing the Program.
    
    d) Each Contributor represents that to its knowledge it has sufficient copyright
    rights in its Contribution, if any, to grant the copyright license set forth
    in this Agreement.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Sep 17 05:50:12 UTC 2018
    - 11.1K bytes
    - Viewed (0)
  6. src/runtime/pprof/pprof.go

    // [sync.RWMutex], and runtime-internal locks.
    //
    // Stack traces correspond to the end of the critical section causing
    // contention. For example, a lock held for a long time while other goroutines
    // are waiting to acquire the lock will report contention when the lock is
    // finally unlocked (that is, at [sync.Mutex.Unlock]).
    //
    // Sample values correspond to the approximate cumulative time other goroutines
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/anames.go

    	"VXORPS",
    	"VZEROALL",
    	"VZEROUPPER",
    	"WAIT",
    	"WBINVD",
    	"WORD",
    	"WRFSBASEL",
    	"WRFSBASEQ",
    	"WRGSBASEL",
    	"WRGSBASEQ",
    	"WRMSR",
    	"WRPKRU",
    	"XABORT",
    	"XACQUIRE",
    	"XADDB",
    	"XADDL",
    	"XADDQ",
    	"XADDW",
    	"XBEGIN",
    	"XCHGB",
    	"XCHGL",
    	"XCHGQ",
    	"XCHGW",
    	"XEND",
    	"XGETBV",
    	"XLAT",
    	"XORB",
    	"XORL",
    	"XORPD",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  8. cmd/kube-controller-manager/app/controllermanager.go

    	if leaderMigrator != nil {
    		// Wait for Service Account Token Controller to start before acquiring the migration lock.
    		// At this point, the main lock must have already been acquired, or the KCM process already exited.
    		// We wait for the main lock before acquiring the migration lock to prevent the situation
    		//  where KCM instance A holds the main lock while KCM instance B holds the migration lock.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:53 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/http.go

      duration, its causal predecessors and successors, and the stack trace
      at the final moment when it yielded the logical processor, for example
      because it made a system call or tried to acquire a mutex.
    
      Directly underneath each bar, a smaller bar or more commonly a fine
      vertical line indicates an event occurring during its execution.
      Some of these are related to garbage collection; most indicate that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/arch/x86/x86asm/intel.go

    	case JMP:
    		if inst.Opcode>>24 == 0xEB {
    			prefixBits &^= haveBnd
    		}
    	case RET, LRET:
    		prefixBits &^= haveData16 | haveData32
    	}
    
    	if prefixBits&haveXacquire != 0 {
    		prefix += "xacquire "
    	}
    	if prefixBits&haveXrelease != 0 {
    		prefix += "xrelease "
    	}
    	if prefixBits&haveLock != 0 {
    		prefix += "lock "
    	}
    	if prefixBits&haveBnd != 0 {
    		prefix += "bnd "
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 22:23:32 UTC 2017
    - 11.7K bytes
    - Viewed (0)
Back to top