Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 75 of 75 for munlockall (0.26 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), func Mlock([]uint8) error
    pkg syscall (darwin-arm64), func Mlockall(int) error
    pkg syscall (darwin-arm64), func Mmap(int, int64, int, int, int) ([]uint8, error)
    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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. 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 Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 24 03:49:07 UTC 2022
    - 11K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (linux-386), func Mlockall(int) error
    pkg syscall (linux-386), func Mmap(int, int64, int, int, int) ([]uint8, error)
    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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Msghdr.Iovlen", Field, 0},
    		{"Msghdr.Name", Field, 0},
    		{"Msghdr.Namelen", Field, 0},
    		{"Msghdr.Pad_cgo_0", Field, 0},
    		{"Msghdr.Pad_cgo_1", Field, 0},
    		{"Munlock", Func, 0},
    		{"Munlockall", Func, 0},
    		{"Munmap", Func, 0},
    		{"MustLoadDLL", Func, 0},
    		{"NAME_MAX", Const, 0},
    		{"NETLINK_ADD_MEMBERSHIP", Const, 0},
    		{"NETLINK_AUDIT", Const, 0},
    		{"NETLINK_BROADCAST_ERROR", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), func Mlockall(int) error
    pkg syscall (linux-arm-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error)
    pkg syscall (linux-arm-cgo), func Mount(string, string, string, uintptr, string) error
    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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top