Home
last modified time | relevance | path

Searched refs:createMutex (Results 1 – 25 of 141) sorted by relevance

123456

/dports/net/concourse-fly/concourse-6.7.1/atc/api/accessor/accessorfakes/
H A Dfake_access_factory.go13 createMutex sync.RWMutex member
31 fake.createMutex.Lock()
38 fake.createMutex.Unlock()
50 fake.createMutex.RLock()
56 fake.createMutex.Lock()
57 defer fake.createMutex.Unlock()
62 fake.createMutex.RLock()
69 fake.createMutex.Lock()
70 defer fake.createMutex.Unlock()
79 fake.createMutex.Lock()
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/api/accessor/accessorfakes/
H A Dfake_access_factory.go13 createMutex sync.RWMutex member
31 fake.createMutex.Lock()
38 fake.createMutex.Unlock()
50 fake.createMutex.RLock()
56 fake.createMutex.Lock()
57 defer fake.createMutex.Unlock()
62 fake.createMutex.RLock()
69 fake.createMutex.Lock()
70 defer fake.createMutex.Unlock()
79 fake.createMutex.Lock()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/scheduler/schedulerfakes/
H A Dfake_build_planner.go14 createMutex sync.RWMutex member
39 fake.createMutex.Lock()
48 fake.createMutex.Unlock()
60 fake.createMutex.RLock()
66 fake.createMutex.Lock()
67 defer fake.createMutex.Unlock()
72 fake.createMutex.RLock()
79 fake.createMutex.Lock()
80 defer fake.createMutex.Unlock()
89 fake.createMutex.Lock()
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/scheduler/schedulerfakes/
H A Dfake_build_planner.go14 createMutex sync.RWMutex member
39 fake.createMutex.Lock()
48 fake.createMutex.Unlock()
60 fake.createMutex.RLock()
66 fake.createMutex.Lock()
67 defer fake.createMutex.Unlock()
72 fake.createMutex.RLock()
79 fake.createMutex.Lock()
80 defer fake.createMutex.Unlock()
89 fake.createMutex.Lock()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/worker/runtime/runtimefakes/
H A Dfake_file_store.go12 createMutex sync.RWMutex member
46 fake.createMutex.Lock()
53 fake.createMutex.Unlock()
65 fake.createMutex.RLock()
71 fake.createMutex.Lock()
72 defer fake.createMutex.Unlock()
77 fake.createMutex.RLock()
84 fake.createMutex.Lock()
85 defer fake.createMutex.Unlock()
94 fake.createMutex.Lock()
[all …]
/dports/misc/concourse/concourse-6.7.2/worker/runtime/runtimefakes/
H A Dfake_file_store.go12 createMutex sync.RWMutex member
46 fake.createMutex.Lock()
53 fake.createMutex.Unlock()
65 fake.createMutex.RLock()
71 fake.createMutex.Lock()
72 defer fake.createMutex.Unlock()
77 fake.createMutex.RLock()
84 fake.createMutex.Lock()
85 defer fake.createMutex.Unlock()
94 fake.createMutex.Lock()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/db/dbfakes/
H A Dfake_container_owner.go13 createMutex sync.RWMutex member
46 fake.createMutex.Lock()
53 fake.createMutex.Unlock()
65 fake.createMutex.RLock()
71 fake.createMutex.Lock()
72 defer fake.createMutex.Unlock()
77 fake.createMutex.RLock()
84 fake.createMutex.Lock()
85 defer fake.createMutex.Unlock()
94 fake.createMutex.Lock()
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/db/dbfakes/
H A Dfake_container_owner.go13 createMutex sync.RWMutex member
46 fake.createMutex.Lock()
53 fake.createMutex.Unlock()
65 fake.createMutex.RLock()
71 fake.createMutex.Lock()
72 defer fake.createMutex.Unlock()
77 fake.createMutex.RLock()
84 fake.createMutex.Lock()
85 defer fake.createMutex.Unlock()
94 fake.createMutex.Lock()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/worker/workerfakes/
H A Dfake_fetch_source.go13 createMutex sync.RWMutex member
48 fake.createMutex.Lock()
54 fake.createMutex.Unlock()
66 fake.createMutex.RLock()
72 fake.createMutex.Lock()
73 defer fake.createMutex.Unlock()
78 fake.createMutex.RLock()
85 fake.createMutex.Lock()
86 defer fake.createMutex.Unlock()
96 fake.createMutex.Lock()
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/worker/workerfakes/
H A Dfake_fetch_source.go13 createMutex sync.RWMutex member
48 fake.createMutex.Lock()
54 fake.createMutex.Unlock()
66 fake.createMutex.RLock()
72 fake.createMutex.Lock()
73 defer fake.createMutex.Unlock()
78 fake.createMutex.RLock()
85 fake.createMutex.Lock()
86 defer fake.createMutex.Unlock()
96 fake.createMutex.Lock()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dcrconcurrent.cpp20 _refMutex = concurrencyProvider->createMutex(); in CRSetupEngineConcurrency()
22 _fontMutex = concurrencyProvider->createMutex(); in CRSetupEngineConcurrency()
24 _fontManMutex = concurrencyProvider->createMutex(); in CRSetupEngineConcurrency()
26 _fontGlyphCacheMutex = concurrencyProvider->createMutex(); in CRSetupEngineConcurrency()
28 _fontLocalGlyphCacheMutex = concurrencyProvider->createMutex(); in CRSetupEngineConcurrency()
30 _crengineMutex = concurrencyProvider->createMutex(); in CRSetupEngineConcurrency()
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/cloudfoundry/bosh-utils/blobstore/fakes/
H A Dfake_blobstore.go29 createMutex sync.RWMutex member
121 fake.createMutex.Lock()
126 fake.createMutex.Unlock()
134 fake.createMutex.RLock()
135 defer fake.createMutex.RUnlock()
140 fake.createMutex.RLock()
141 defer fake.createMutex.RUnlock()
216 fake.createMutex.RLock()
217 defer fake.createMutex.RUnlock()
H A Dfake_digest_blobstore.go31 createMutex sync.RWMutex member
125 fake.createMutex.Lock()
130 fake.createMutex.Unlock()
138 fake.createMutex.RLock()
139 defer fake.createMutex.RUnlock()
144 fake.createMutex.RLock()
145 defer fake.createMutex.RUnlock()
221 fake.createMutex.RLock()
222 defer fake.createMutex.RUnlock()
/dports/net/bosh-cli/bosh-cli-5.5.0/releasedir/releasedirfakes/
H A Dfake_digest_blobstore.go38 createMutex sync.RWMutex member
177 fake.createMutex.Lock()
183 fake.createMutex.Unlock()
194 fake.createMutex.RLock()
195 defer fake.createMutex.RUnlock()
200 fake.createMutex.RLock()
201 defer fake.createMutex.RUnlock()
325 fake.createMutex.RLock()
326 defer fake.createMutex.RUnlock()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/threading/
H A DThread.h89 LockGuard<Mutex> lock(trampoline->createMutex); in init()
188 Mutex createMutex; variable
202 createMutex(mutexid::ThreadId) {} in ThreadTrampoline()
215 createMutex.lock(); in callMain()
216 createMutex.unlock(); in callMain()
/dports/www/firefox-esr/firefox-91.8.0/js/src/threading/
H A DThread.h88 LockGuard<Mutex> lock(trampoline->createMutex); in init()
191 Mutex createMutex; variable
205 createMutex(mutexid::ThreadId) {} in ThreadTrampoline()
218 createMutex.lock(); in callMain()
219 createMutex.unlock(); in callMain()
/dports/www/firefox/firefox-99.0/js/src/threading/
H A DThread.h88 LockGuard<Mutex> lock(trampoline->createMutex); in init()
191 Mutex createMutex; variable
205 createMutex(mutexid::ThreadId) {} in ThreadTrampoline()
218 createMutex.lock(); in callMain()
219 createMutex.unlock(); in callMain()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/threading/
H A DThread.h88 LockGuard<Mutex> lock(trampoline->createMutex); in init()
191 Mutex createMutex; variable
205 createMutex(mutexid::ThreadId) {} in ThreadTrampoline()
218 createMutex.lock(); in callMain()
219 createMutex.unlock(); in callMain()
/dports/net/concourse-fly/concourse-6.7.1/atc/worker/gclient/gclientfakes/
H A Dfake_client.go64 createMutex sync.RWMutex member
369 fake.createMutex.Lock()
375 fake.createMutex.Unlock()
387 fake.createMutex.RLock()
393 fake.createMutex.Lock()
394 defer fake.createMutex.Unlock()
399 fake.createMutex.RLock()
406 fake.createMutex.Lock()
407 defer fake.createMutex.Unlock()
416 fake.createMutex.Lock()
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/worker/gclient/gclientfakes/
H A Dfake_client.go64 createMutex sync.RWMutex member
369 fake.createMutex.Lock()
375 fake.createMutex.Unlock()
387 fake.createMutex.RLock()
393 fake.createMutex.Lock()
394 defer fake.createMutex.Unlock()
399 fake.createMutex.RLock()
406 fake.createMutex.Lock()
407 defer fake.createMutex.Unlock()
416 fake.createMutex.Lock()
[all …]
/dports/security/softhsm2/softhsm-2.6.1/src/lib/common/
H A DMutexFactory.cpp98 createMutex = OSCreateMutex; in MutexFactory()
137 createMutex = inCreateMutex; in setCreateMutex()
169 return (this->createMutex)(newMutex); in CreateMutex()
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/aggregate/fakes/
H A Dconfig_store_cache.gen.go15 createMutex sync.RWMutex member
161 fake.createMutex.Lock()
167 fake.createMutex.Unlock()
179 fake.createMutex.RLock()
185 fake.createMutex.Lock()
186 defer fake.createMutex.Unlock()
191 fake.createMutex.RLock()
198 fake.createMutex.Lock()
199 defer fake.createMutex.Unlock()
208 fake.createMutex.Lock()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/garden/gardenfakes/
H A Dfake_client.go32 createMutex sync.RWMutex member
195 fake.createMutex.Lock()
201 fake.createMutex.Unlock()
212 fake.createMutex.RLock()
213 defer fake.createMutex.RUnlock()
218 fake.createMutex.RLock()
219 defer fake.createMutex.RUnlock()
514 fake.createMutex.RLock()
515 defer fake.createMutex.RUnlock()
/dports/net/concourse-fly/concourse-6.7.1/vendor/code.cloudfoundry.org/garden/gardenfakes/
H A Dfake_client.go32 createMutex sync.RWMutex member
195 fake.createMutex.Lock()
201 fake.createMutex.Unlock()
212 fake.createMutex.RLock()
213 defer fake.createMutex.RUnlock()
218 fake.createMutex.RLock()
219 defer fake.createMutex.RUnlock()
514 fake.createMutex.RLock()
515 defer fake.createMutex.RUnlock()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/thread/
H A Dqmutexpool_p.h76 return createMutex(index); in get()
82 QMutex *createMutex(int index);

123456