Home
last modified time | relevance | path

Searched refs:lastLock (Results 26 – 32 of 32) sorted by relevance

12

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/
H A Dstate.go59 lastLock sync.Mutex member
95 r.lastLock.Lock()
98 r.lastLock.Unlock()
103 r.lastLock.Lock()
106 r.lastLock.Unlock()
110 r.lastLock.Lock()
113 r.lastLock.Unlock()
118 r.lastLock.Lock()
121 r.lastLock.Unlock()
157 r.lastLock.Lock()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/
H A Dstate.go59 lastLock sync.Mutex member
95 r.lastLock.Lock()
98 r.lastLock.Unlock()
103 r.lastLock.Lock()
106 r.lastLock.Unlock()
110 r.lastLock.Lock()
113 r.lastLock.Unlock()
118 r.lastLock.Lock()
121 r.lastLock.Unlock()
157 r.lastLock.Lock()
[all …]
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/dock/
H A Ddock_host.cpp42 lastLock(false), in DockHost()
80 if (lock == lastLock) in lockDocks()
83 lastLock = lock; in lockDocks()
H A Ddock_host.h69 bool lastLock; variable
/dports/graphics/xournalpp/xournalpp-1.1.0/src/model/
H A DDocument.cpp81 bool lastLock = tryLock(); in clearDocument() local
84 if (!lastLock) // document was locked before in clearDocument()
410 bool lastLock = tryLock(); in operator =() local
413 if (!lastLock) // document was locked before in operator =()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/followline/
H A DFollowline.qml51 property int lastLock: 0
162 if(items.currentLock >= items.lastLock) {
H A DLinePart.qml53 if(part.items.currentLock >= part.items.lastLock) {

12