Home
last modified time | relevance | path

Searched refs:Mutex (Results 1 – 25 of 11235) sorted by relevance

12345678910>>...450

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DmutexLocker.hpp100 extern Mutex* Debug3_lock;
102 extern Mutex* RawMonitor_lock;
182 char *lock_name(Mutex *mutex);
199 Mutex* _mutex;
201 MutexLocker(Mutex* mutex, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_check_flag) : in MutexLocker()
215 …MutexLocker(Thread* thread, Mutex* mutex, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_check… in MutexLocker()
242 Mutex::SafepointCheckFlag _flag;
285 Mutex* _mutex;
288 GCMutexLocker(Mutex* mutex);
297 Mutex* _mutex;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DmutexLocker.hpp102 extern Mutex* Debug3_lock;
104 extern Mutex* RawMonitor_lock;
177 char *lock_name(Mutex *mutex);
194 Mutex* _mutex;
197 MutexLocker(Mutex* mutex, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_check_flag) : in MutexLocker()
211 …MutexLocker(Thread* thread, Mutex* mutex, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_check… in MutexLocker()
238 Mutex::SafepointCheckFlag _flag;
281 Mutex* _mutex;
284 GCMutexLocker(Mutex* mutex);
293 Mutex* _mutex;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DmutexLocker.hpp102 extern Mutex* Debug3_lock;
104 extern Mutex* RawMonitor_lock;
181 char *lock_name(Mutex *mutex);
198 Mutex* _mutex;
201 MutexLocker(Mutex* mutex, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_check_flag) : in MutexLocker()
215 …MutexLocker(Thread* thread, Mutex* mutex, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_check… in MutexLocker()
242 Mutex::SafepointCheckFlag _flag;
285 Mutex* _mutex;
288 GCMutexLocker(Mutex* mutex);
297 Mutex* _mutex;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DmutexLocker.hpp113 extern Mutex* Debug3_lock;
115 extern Mutex* RawMonitor_lock;
118 extern Mutex* ParkerFreeList_lock;
185 char *lock_name(Mutex *mutex);
203 MutexLocker(Monitor* mutex, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_check_flag) : in MutexLocker()
217 …MutexLocker(Monitor* mutex, Thread* thread, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_che… in MutexLocker()
244 Mutex::SafepointCheckFlag _flag;
246 MonitorLocker(Monitor* monitor, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_check_flag) : in MonitorLocker()
252 …MonitorLocker(Monitor* monitor, Thread* thread, Mutex::SafepointCheckFlag flag = Mutex::_safepoint… in MonitorLocker()
260 if (_flag == Mutex::_safepoint_check_flag) { in wait()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DmutexLocker.hpp102 extern Mutex* Debug3_lock;
104 extern Mutex* RawMonitor_lock;
175 char *lock_name(Mutex *mutex);
190 Mutex* _mutex;
193 MutexLocker(Mutex* mutex, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_check_flag) : in MutexLocker()
207 …MutexLocker(Mutex* mutex, Thread* thread, Mutex::SafepointCheckFlag flag = Mutex::_safepoint_check… in MutexLocker()
234 Mutex::SafepointCheckFlag _flag;
277 Mutex* _mutex;
280 GCMutexLocker(Mutex* mutex);
289 Mutex* _mutex;
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/data/
H A Dtest155422 -> Mutex lock
24 -> Mutex lock
26 -> Mutex lock
28 -> Mutex lock
30 -> Mutex lock
32 -> Mutex lock
34 -> Mutex lock
36 -> Mutex lock
39 -> Mutex lock
41 -> Mutex lock
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/data/
H A Dtest155422 -> Mutex lock
24 -> Mutex lock
26 -> Mutex lock
28 -> Mutex lock
30 -> Mutex lock
32 -> Mutex lock
34 -> Mutex lock
36 -> Mutex lock
39 -> Mutex lock
41 -> Mutex lock
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/data/
H A Dtest155422 -> Mutex lock
24 -> Mutex lock
26 -> Mutex lock
28 -> Mutex lock
30 -> Mutex lock
32 -> Mutex lock
34 -> Mutex lock
36 -> Mutex lock
39 -> Mutex lock
41 -> Mutex lock
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/data/
H A Dtest155422 -> Mutex lock
24 -> Mutex lock
26 -> Mutex lock
28 -> Mutex lock
30 -> Mutex lock
32 -> Mutex lock
34 -> Mutex lock
36 -> Mutex lock
39 -> Mutex lock
41 -> Mutex lock
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/data/
H A Dtest155422 -> Mutex lock
24 -> Mutex lock
26 -> Mutex lock
28 -> Mutex lock
30 -> Mutex lock
32 -> Mutex lock
34 -> Mutex lock
36 -> Mutex lock
39 -> Mutex lock
41 -> Mutex lock
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DmutexLocker.hpp80 extern Mutex* SATB_Q_FL_lock; // Protects SATB Q
84 extern Mutex* Shared_SATB_Q_lock; // Lock protecting SATB
119 extern Mutex* Debug3_lock;
121 extern Mutex* RawMonitor_lock;
124 extern Mutex* ParkerFreeList_lock;
177 char *lock_name(Mutex *mutex);
184 assert(mutex->rank() != Mutex::special, in MutexLocker()
192 assert(mutex->rank() != Mutex::special, in MutexLocker()
227 assert(mutex->rank() > Mutex::special || no_safepoint_check, in MutexLockerEx()
267 bool wait(bool no_safepoint_check = !Mutex::_no_safepoint_check_flag, in wait()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DmutexLocker.hpp80 extern Mutex* SATB_Q_FL_lock; // Protects SATB Q
84 extern Mutex* Shared_SATB_Q_lock; // Lock protecting SATB
119 extern Mutex* Debug3_lock;
121 extern Mutex* RawMonitor_lock;
124 extern Mutex* ParkerFreeList_lock;
177 char *lock_name(Mutex *mutex);
184 assert(mutex->rank() != Mutex::special, in MutexLocker()
192 assert(mutex->rank() != Mutex::special, in MutexLocker()
227 assert(mutex->rank() > Mutex::special || no_safepoint_check, in MutexLockerEx()
267 bool wait(bool no_safepoint_check = !Mutex::_no_safepoint_check_flag, in wait()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DmutexLocker.hpp79 extern Mutex* SATB_Q_FL_lock; // Protects SATB Q
83 extern Mutex* Shared_SATB_Q_lock; // Lock protecting SATB
119 extern Mutex* Debug3_lock;
121 extern Mutex* RawMonitor_lock;
124 extern Mutex* ParkerFreeList_lock;
178 char *lock_name(Mutex *mutex);
185 assert(mutex->rank() != Mutex::special, in MutexLocker()
193 assert(mutex->rank() != Mutex::special, in MutexLocker()
230 assert(mutex->rank() > Mutex::special || no_safepoint_check, in MutexLockerEx()
270 bool wait(bool no_safepoint_check = !Mutex::_no_safepoint_check_flag, in wait()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DmutexLocker.cpp40 Mutex* Patching_lock = NULL;
42 Mutex* PackageTable_lock = NULL;
43 Mutex* CompiledIC_lock = NULL;
44 Mutex* InlineCacheBuffer_lock = NULL;
45 Mutex* VMStatistic_lock = NULL;
46 Mutex* JNIGlobalHandle_lock = NULL;
47 Mutex* JNIHandleBlockFreeList_lock = NULL;
48 Mutex* MemberNameTable_lock = NULL;
49 Mutex* JmethodIdCreation_lock = NULL;
50 Mutex* JfieldIdCreation_lock = NULL;
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DmutexLocker.cpp40 Mutex* Patching_lock = NULL;
42 Mutex* PackageTable_lock = NULL;
43 Mutex* CompiledIC_lock = NULL;
44 Mutex* InlineCacheBuffer_lock = NULL;
45 Mutex* VMStatistic_lock = NULL;
46 Mutex* JNIGlobalHandle_lock = NULL;
47 Mutex* JNIHandleBlockFreeList_lock = NULL;
48 Mutex* MemberNameTable_lock = NULL;
49 Mutex* JmethodIdCreation_lock = NULL;
50 Mutex* JfieldIdCreation_lock = NULL;
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/data/
H A Dtest155422 -> Mutex lock
24 -> Mutex lock
26 -> Mutex lock
28 -> Mutex lock
30 -> Mutex lock
32 -> Mutex lock
34 -> Mutex lock
36 -> Mutex lock
39 -> Mutex lock
41 -> Mutex lock
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DLockTraits.h84 template <class Mutex>
274 Mutex& mutex,
300 Mutex& mutex,
312 Mutex& mutex,
333 Mutex& mutex,
345 Mutex& mutex,
449 Mutex,
478 Mutex& mutex,
498 Mutex& mutex,
521 Mutex& mutex,
[all …]
/dports/devel/gflags/gflags-2.2.2/src/
H A Dmutex.h200 explicit Mutex(Mutex* /*ignored*/) {} in Mutex() argument
202 Mutex(const Mutex&);
219 Mutex::Mutex() : mutex_(0) { } in Mutex() function
220 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function
221 Mutex::~Mutex() { assert(mutex_ == 0); } in ~Mutex()
232 Mutex::Mutex() : destroy_(true) { in Mutex() function
236 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function
256 Mutex::Mutex() : destroy_(true) { in Mutex() function
260 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
281 Mutex::Mutex() : destroy_(true) { in Mutex() function
[all …]
/dports/graphics/blender/blender-2.91.0/extern/gflags/src/
H A Dmutex.h200 explicit Mutex(Mutex* /*ignored*/) {} in Mutex() function
202 Mutex(const Mutex&);
219 Mutex::Mutex() : mutex_(0) { } in Mutex() function
220 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function
221 Mutex::~Mutex() { assert(mutex_ == 0); } in ~Mutex()
232 Mutex::Mutex() : destroy_(true) { in Mutex() function
236 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function
256 Mutex::Mutex() : destroy_(true) { in Mutex() function
260 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
281 Mutex::Mutex() : destroy_(true) { in Mutex() function
[all …]
/dports/devel/google-perftools/gperftools-2.9.1/src/base/
H A Dsimple_mutex.h189 Mutex(Mutex* /*ignored*/) {} in Mutex() function
191 Mutex(const Mutex&);
208 Mutex::Mutex() : mutex_(0) { } in Mutex() function
209 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function
210 Mutex::~Mutex() { assert(mutex_ == 0); } in ~Mutex()
219 Mutex::Mutex() : destroy_(true) { in Mutex() function
223 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function
241 Mutex::Mutex() : destroy_(true) { in Mutex() function
245 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
264 Mutex::Mutex() : destroy_(true) { in Mutex() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/base/
H A Dsimple_mutex.h189 Mutex(Mutex* /*ignored*/) {} in Mutex() argument
191 Mutex(const Mutex&);
208 Mutex::Mutex() : mutex_(0) { } in Mutex() function
209 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function
210 Mutex::~Mutex() { assert(mutex_ == 0); } in ~Mutex()
219 Mutex::Mutex() : destroy_(true) { in Mutex() function
223 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function
241 Mutex::Mutex() : destroy_(true) { in Mutex() function
245 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
264 Mutex::Mutex() : destroy_(true) { in Mutex() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/base/
H A Dsimple_mutex.h189 Mutex(Mutex* /*ignored*/) {} in Mutex() argument
191 Mutex(const Mutex&);
208 Mutex::Mutex() : mutex_(0) { } in Mutex() function
209 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function
210 Mutex::~Mutex() { assert(mutex_ == 0); } in ~Mutex()
219 Mutex::Mutex() : destroy_(true) { in Mutex() function
223 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function
241 Mutex::Mutex() : destroy_(true) { in Mutex() function
245 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
264 Mutex::Mutex() : destroy_(true) { in Mutex() function
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/base/
H A Dsimple_mutex.h189 Mutex(Mutex* /*ignored*/) {} in Mutex() argument
191 Mutex(const Mutex&);
208 Mutex::Mutex() : mutex_(0) { } in Mutex() function
209 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function
210 Mutex::~Mutex() { assert(mutex_ == 0); } in ~Mutex()
219 Mutex::Mutex() : destroy_(true) { in Mutex() function
223 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function
241 Mutex::Mutex() : destroy_(true) { in Mutex() function
245 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
264 Mutex::Mutex() : destroy_(true) { in Mutex() function
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/third_party/gflags/src/
H A Dmutex.h205 explicit Mutex(Mutex* /*ignored*/) {} in Mutex() argument
207 Mutex(const Mutex&);
224 Mutex::Mutex() : mutex_(0) { } in Mutex() function
225 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function
226 Mutex::~Mutex() { assert(mutex_ == 0); } in ~Mutex()
237 Mutex::Mutex() : destroy_(true) { in Mutex() function
241 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function
261 Mutex::Mutex() : destroy_(true) { in Mutex() function
265 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
286 Mutex::Mutex() : destroy_(true) { in Mutex() function
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/third_party/gflags/src/
H A Dmutex.h205 explicit Mutex(Mutex* /*ignored*/) {} in Mutex() function
207 Mutex(const Mutex&);
224 Mutex::Mutex() : mutex_(0) { } in Mutex() function
225 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function
226 Mutex::~Mutex() { assert(mutex_ == 0); } in ~Mutex()
237 Mutex::Mutex() : destroy_(true) { in Mutex() function
241 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function
261 Mutex::Mutex() : destroy_(true) { in Mutex() function
265 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
286 Mutex::Mutex() : destroy_(true) { in Mutex() function
[all …]

12345678910>>...450