Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lockLoop (0.09 sec)

  1. internal/lsync/lrwmutex.go

    func (lm *LRWMutex) Lock() {
    	const isWriteLock = true
    	lm.lockLoop(context.Background(), lm.id, lm.source, math.MaxInt64, isWriteLock)
    }
    
    // GetLock tries to get a write lock on lm before the timeout occurs.
    func (lm *LRWMutex) GetLock(ctx context.Context, id string, source string, timeout time.Duration) (locked bool) {
    	const isWriteLock = true
    	return lm.lockLoop(ctx, id, source, timeout, isWriteLock)
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Jan 02 17:15:06 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  2. test-site/activator-launch-1.3.2.jar

    la.collection.immutable.List, boolean); } xsbt/boot/ComponentProvider.class package xsbt.boot; public final synchronized class ComponentProvider implements xsbti.ComponentProvider { private final java.io.File baseDirectory; private final boolean lockBoot; public final java.io.File componentLocation(String); public final java.io.File[] component(String); public final void defineComponent(String, java.io.File[]); public final boolean addToComponent(String, java.io.File[]); public final java.io.File...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top