Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Munlockall (0.15 sec)

  1. api/go1.3.txt

    pkg syscall (darwin-386), func Mlockall(int) error
    pkg syscall (darwin-386), func Mprotect([]uint8, int) error
    pkg syscall (darwin-386), func Munlock([]uint8) error
    pkg syscall (darwin-386), func Munlockall() error
    pkg syscall (darwin-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
    pkg syscall (darwin-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  2. internal/dsync/drwmutex.go

    	RefreshCall time.Duration
    
    	// UnlockCall - timeout for the unlock call
    	UnlockCall time.Duration
    
    	// ForceUnlockCall - timeout for the force unlock call
    	ForceUnlockCall time.Duration
    }
    
    // DefaultTimeouts contains default timeouts.
    var DefaultTimeouts = Timeouts{
    	Acquire:         drwMutexAcquireTimeout,
    	RefreshCall:     drwMutexRefreshCallTimeout,
    	UnlockCall:      drwMutexUnlockCallTimeout,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 09 15:49:49 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), func Mprotect([]uint8, int) error
    pkg syscall (darwin-arm64), func Munlock([]uint8) error
    pkg syscall (darwin-arm64), func Munlockall() error
    pkg syscall (darwin-arm64), func Munmap([]uint8) error
    pkg syscall (darwin-arm64), func Open(string, int, uint32) (int, error)
    pkg syscall (darwin-arm64), func ParseDirent([]uint8, int, []string) (int, int, []string)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. internal/dsync/dsync_test.go

    	ds = &Dsync{
    		GetLockers: func() ([]NetLocker, string) { return clnts, uuid.New().String() },
    		Timeouts: Timeouts{
    			Acquire:         testDrwMutexAcquireTimeout,
    			RefreshCall:     testDrwMutexRefreshCallTimeout,
    			UnlockCall:      testDrwMutexUnlockCallTimeout,
    			ForceUnlockCall: testDrwMutexForceUnlockCallTimeout,
    		},
    	}
    
    	code := m.Run()
    	stopLockServers()
    	os.Exit(code)
    }
    
    func TestSimpleLock(t *testing.T) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jun 19 14:35:19 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (linux-386), func Mount(string, string, string, uintptr, string) error
    pkg syscall (linux-386), func Mprotect([]uint8, int) error
    pkg syscall (linux-386), func Munlock([]uint8) error
    pkg syscall (linux-386), func Munlockall() error
    pkg syscall (linux-386), func Munmap([]uint8) error
    pkg syscall (linux-386), func Nanosleep(*Timespec, *Timespec) error
    pkg syscall (linux-386), func NetlinkRIB(int, int) ([]uint8, error)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (linux-arm-cgo), func Mprotect([]uint8, int) error
    pkg syscall (linux-arm-cgo), func Munlock([]uint8) error
    pkg syscall (linux-arm-cgo), func Munlockall() error
    pkg syscall (linux-arm-cgo), func Munmap([]uint8) error
    pkg syscall (linux-arm-cgo), func Nanosleep(*Timespec, *Timespec) error
    pkg syscall (linux-arm-cgo), func NetlinkRIB(int, int) ([]uint8, error)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top