Home
last modified time | relevance | path

Searched defs:Locker (Results 1 – 25 of 566) sorted by relevance

12345678910>>...23

/dports/devel/mutagen/mutagen-0.11.8/pkg/filesystem/locking/
H A Dlocker.go10 type Locker struct { struct
12 file *os.File
14 held bool
29 func (l *Locker) Held() bool {
35 func (l *Locker) Read(buffer []byte) (int, error) {
47 func (l *Locker) Write(buffer []byte) (int, error) {
59 func (l *Locker) Truncate(size int64) error {
72 func (l *Locker) Close() error {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/BurntSushi/locker/
H A Dlocker.go26 type Locker struct { struct
27 locks map[string]*sync.RWMutex
28 locksRW *sync.RWMutex
49 func (lker *Locker) Lock(key string) {
57 func (lker *Locker) Unlock(key string) {
65 func (lker *Locker) RLock(key string) {
73 func (lker *Locker) RUnlock(key string) {
81 func (lker *Locker) newLock(key string) *sync.RWMutex {
93 func (lker *Locker) getLock(key string) (*sync.RWMutex, bool) {
101 func (lker *Locker) deleteLock(key string) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/pkg/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/moby/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/pkg/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/pkg/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/github.com/docker/docker/pkg/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/moby/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/pkg/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/pkg/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/moby/locker/
H A Dlocker.go26 type Locker struct { struct
27 mu sync.Mutex
28 locks map[string]*lockCtr
72 func (l *Locker) Lock(name string) {
97 func (l *Locker) Unlock(name string) error {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() function in PThreadMutex::Locker
26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() function in PThreadMutex::Locker
33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker() function in PThreadMutex::Locker
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() function in PThreadMutex::Locker
26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() function in PThreadMutex::Locker
33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker() function in PThreadMutex::Locker
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() function in PThreadMutex::Locker
26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() function in PThreadMutex::Locker
33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker() function in PThreadMutex::Locker
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() function in PThreadMutex::Locker
26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() function in PThreadMutex::Locker
33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker() function in PThreadMutex::Locker
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() function in PThreadMutex::Locker
26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() function in PThreadMutex::Locker
33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker() function in PThreadMutex::Locker
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() function in PThreadMutex::Locker
26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() function in PThreadMutex::Locker
33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker() function in PThreadMutex::Locker
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() function in PThreadMutex::Locker
26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() function in PThreadMutex::Locker
33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker() function in PThreadMutex::Locker

12345678910>>...23