Home
last modified time | relevance | path

Searched defs:_lock (Results 1 – 25 of 2277) sorted by relevance

12345678910>>...92

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dmpfr-thread.h64 #define MPFR_LOCK_DECL(_lock) \ argument
80 #define MPFR_LOCK_READ2WRITE(_lock) do {} while (0) argument
81 #define MPFR_LOCK_WRITE2READ(_lock) do {} while (0) argument
107 #define MPFR_LOCK_DECL(_lock) \ argument
162 #define MPFR_LOCK_DECL(_lock) argument
163 #define MPFR_LOCK_INIT(_lock) do {} while (0) argument
164 #define MPFR_LOCK_CLEAR(_lock) do {} while (0) argument
165 #define MPFR_LOCK_READ(_lock) do {} while (0) argument
166 #define MPFR_UNLOCK_READ(_lock) do {} while (0) argument
167 #define MPFR_LOCK_WRITE(_lock) do {} while (0) argument
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/alto-3.0.4/src/efx/
H A Dmod.rs448 let _lock = ctx.make_current(true); in new() localVariable
583 let _lock = ctx.make_current(true); in new() localVariable
1055 let _lock = ctx.make_current(true); in new() localVariable
1340 let _lock = ctx.make_current(true); in new() localVariable
1483 let _lock = ctx.make_current(true); in new() localVariable
1592 let _lock = ctx.make_current(true); in new() localVariable
1719 let _lock = ctx.make_current(true); in new() localVariable
1860 let _lock = ctx.make_current(true); in new() localVariable
1953 let _lock = ctx.make_current(true); in new() localVariable
2093 let _lock = ctx.make_current(true); in new() localVariable
[all …]
/dports/audio/kwave/kwave-21.12.3/libkwave/
H A DSampleFIFO.cpp40 QMutexLocker _lock(&m_lock); in ~SampleFIFO() local
47 QMutexLocker _lock(&m_lock); in flush() local
57 QMutexLocker _lock(&m_lock); in put() local
72 QMutexLocker _lock(&m_lock); in getAll() local
86 QMutexLocker _lock(&m_lock); in get() local
138 QMutexLocker _lock(&m_lock); in length() local
145 QMutexLocker _lock(&m_lock); in setSize() local
152 QMutexLocker _lock(&m_lock); in crop() local
H A DWorkerThread.cpp112 QMutexLocker _lock(&m_lock_sighup); in stop() local
127 QMutexLocker _lock(&m_lock_sighup); in stop() local
161 QMutexLocker _lock(&m_lock_sighup); in run() local
170 QMutexLocker _lock(&m_lock_sighup); in run() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzLock.hpp32 os::PlatformMutex _lock; member in ZLock
42 ZLock _lock; member in ZReentrantLock
57 os::PlatformMonitor _lock; member in ZConditionLock
72 T* const _lock; member in ZLocker
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzLock.hpp32 os::PlatformMutex _lock; member in ZLock
42 ZLock _lock; member in ZReentrantLock
57 os::PlatformMonitor _lock; member in ZConditionLock
72 T* const _lock; member in ZLocker
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzLock.hpp32 os::PlatformMutex _lock; member in ZLock
42 ZLock _lock; member in ZReentrantLock
57 os::PlatformMonitor _lock; member in ZConditionLock
72 T* const _lock; member in ZLocker
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dpy_feval.h46 ensure_py_gil_state _lock; in calleval() local
57 ensure_py_gil_state _lock; in calleval() local
68 ensure_py_gil_state _lock; in calleval() local
79 ensure_py_gil_state _lock; in calleval() local
90 ensure_py_gil_state _lock; in calleval() local
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/glean/api/tests/
H A Dlabeled.rs31 let _lock = lock_test(); in smoke_test_global_metric() localVariable
43 let _lock = lock_test(); in sets_labeled_bool_metrics() localVariable
67 let _lock = lock_test(); in sets_labeled_string_metrics() localVariable
94 let _lock = lock_test(); in records_errors() localVariable
122 let _lock = lock_test(); in predefined_labels() localVariable
/dports/sysutils/fusefs-encfs/encfs-1.9.5/encfs/
H A DFileNode.cpp61 Lock _lock(mutex); in FileNode() local
152 Lock _lock(mutex); in mknod() local
215 Lock _lock(mutex); in open() local
222 Lock _lock(mutex); in getAttr() local
229 Lock _lock(mutex); in getSize() local
241 Lock _lock(mutex); in read() local
254 Lock _lock(mutex); in write() local
265 Lock _lock(mutex); in truncate() local
271 Lock _lock(mutex); in sync() local
/dports/audio/lewton/lewton-0.10.2/cargo-crates/alto-3.0.4/src/al/
H A Dmod.rs394 let _lock = self.make_current(true); in distance_model() localVariable
408 let _lock = self.make_current(true); in set_distance_model() localVariable
427 let _lock = self.make_current(true); in using_source_distance_model() localVariable
435 let _lock = self.make_current(true); in use_source_distance_model() localVariable
447 let _lock = self.make_current(true); in doppler_factor() localVariable
452 let _lock = self.make_current(true); in set_doppler_factor() localVariable
460 let _lock = self.make_current(true); in speed_of_sound() localVariable
465 let _lock = self.make_current(true); in set_speed_of_sound() localVariable
473 let _lock = self.make_current(true); in gain() localVariable
480 let _lock = self.make_current(true); in set_gain() localVariable
[all …]
/dports/audio/kwave/kwave-21.12.3/plugins/record/
H A DRecord-Qt.cpp111 QMutexLocker _lock(&m_lock); // context: main thread in detectSampleFormats() local
142 QMutexLocker _lock(&m_lock); // context: main thread in endianness() local
184 QMutexLocker _lock(&m_lock); // context: main thread in supportedBits() local
245 QMutexLocker _lock(&m_lock); // context: main thread in detectSampleRates() local
282 QMutexLocker _lock(&m_lock); // context: main thread in detectTracks() local
347 QMutexLocker _lock(&m_lock); in close() local
398 QMutexLocker _lock(&m_lock); in open() local
415 QMutexLocker _lock(&m_lock); // context: main thread in supportedDevices() local
496 QMutexLocker _lock(&m_lock); in createInMainThread() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzLock.hpp32 pthread_mutex_t _lock; member in ZLock
45 ZLock _lock; member in ZReentrantLock
61 T* const _lock; member in ZLocker
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzLock.hpp32 pthread_mutex_t _lock; member in ZLock
45 ZLock _lock; member in ZReentrantLock
61 T* const _lock; member in ZLocker
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzLock.hpp32 os::PlatformMutex _lock; member in ZLock
42 ZLock _lock; member in ZReentrantLock
58 T* const _lock; member in ZLocker
/dports/audio/kwave/kwave-21.12.3/plugins/playback/
H A DPlayBack-Qt.cpp135 QMutexLocker _lock(&m_lock); // context: main thread in open() local
227 QMutexLocker _lock(&m_lock); // context: worker thread in write() local
306 QMutexLocker _lock(&m_lock); // context: main thread in close() local
350 QMutexLocker _lock(&m_lock); // context: main thread in supportedDevices() local
410 QMutexLocker _lock(&m_lock); // context: main thread in supportedBits() local
432 QMutexLocker _lock(&m_lock); // context: main thread in detectChannels() local
492 QMutexLocker _lock(&m_lock); // context: main thread in setTimeout() local
526 QMutexLocker _lock(&m_lock); // context: qt streaming engine in readData() local
561 QMutexLocker _lock(&m_lock); // context: kwave worker thread in writeData() local
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dsync.hh59 atomic_uint32_t _lock; member in Spinlock
205 spinlock_t _lock; member in SimpleSpinlock
208 atomic_uint32_t _lock; member in SimpleSpinlock
318 spinlock_t _lock; member in SpinlockIRQ
321 Spinlock _lock; member in SpinlockIRQ
424 Spinlock _lock; member
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dlevelset.h41 ArgLocker _lock; in _W_0() local
76 ArgLocker _lock; in _W_1() local
109 ArgLocker _lock; in _W_2() local
136 ArgLocker _lock; in _W_3() local
162 ArgLocker _lock; in _W_4() local
191 ArgLocker _lock; in _W_5() local
220 ArgLocker _lock; in _W_6() local
248 ArgLocker _lock; in _W_7() local
H A Dmesh.h187 ArgLocker _lock; in _W_0() local
228 ArgLocker _lock; in _W_1() local
253 ArgLocker _lock; in _W_2() local
280 ArgLocker _lock; in _W_3() local
308 ArgLocker _lock; in _W_4() local
334 ArgLocker _lock; in _W_5() local
360 ArgLocker _lock; in _W_6() local
386 ArgLocker _lock; in _W_7() local
414 ArgLocker _lock; in _W_8() local
440 ArgLocker _lock; in _W_9() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glean/src/
H A Dtest.rs13 let _lock = lock_test(); in send_a_ping() localVariable
66 let _lock = lock_test(); in disabling_upload_disables_metrics_recording() localVariable
87 let _lock = lock_test(); in test_experiments_recording() localVariable
111 let _lock = lock_test(); in test_experiments_recording_before_glean_inits() localVariable
176 let _lock = lock_test(); in sending_of_foreground_background_pings() localVariable
259 let _lock = lock_test(); in sending_of_startup_baseline_ping() localVariable
318 let _lock = lock_test(); in no_dirty_baseline_on_clean_shutdowns() localVariable
380 let _lock = lock_test(); in initialize_must_not_crash_if_data_dir_is_messed_up() localVariable
409 let _lock = lock_test(); in queued_recorded_metrics_correctly_record_during_init() localVariable
442 let _lock = lock_test(); in initializing_twice_is_a_noop() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean/src/
H A Dtest.rs13 let _lock = lock_test(); in send_a_ping() localVariable
66 let _lock = lock_test(); in disabling_upload_disables_metrics_recording() localVariable
87 let _lock = lock_test(); in test_experiments_recording() localVariable
111 let _lock = lock_test(); in test_experiments_recording_before_glean_inits() localVariable
176 let _lock = lock_test(); in sending_of_foreground_background_pings() localVariable
259 let _lock = lock_test(); in sending_of_startup_baseline_ping() localVariable
318 let _lock = lock_test(); in no_dirty_baseline_on_clean_shutdowns() localVariable
380 let _lock = lock_test(); in initialize_must_not_crash_if_data_dir_is_messed_up() localVariable
409 let _lock = lock_test(); in queued_recorded_metrics_correctly_record_during_init() localVariable
442 let _lock = lock_test(); in initializing_twice_is_a_noop() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean/src/
H A Dtest.rs13 let _lock = lock_test(); in send_a_ping() localVariable
66 let _lock = lock_test(); in disabling_upload_disables_metrics_recording() localVariable
87 let _lock = lock_test(); in test_experiments_recording() localVariable
111 let _lock = lock_test(); in test_experiments_recording_before_glean_inits() localVariable
176 let _lock = lock_test(); in sending_of_foreground_background_pings() localVariable
259 let _lock = lock_test(); in sending_of_startup_baseline_ping() localVariable
318 let _lock = lock_test(); in no_dirty_baseline_on_clean_shutdowns() localVariable
380 let _lock = lock_test(); in initialize_must_not_crash_if_data_dir_is_messed_up() localVariable
409 let _lock = lock_test(); in queued_recorded_metrics_correctly_record_during_init() localVariable
442 let _lock = lock_test(); in initializing_twice_is_a_noop() localVariable
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/rtems/include/sys/
H A Dlock.h221 #define __lock_init(_lock) _Mutex_Initialize(&_lock) argument
222 #define __lock_acquire(_lock) _Mutex_Acquire(&_lock) argument
224 #define __lock_release(_lock) _Mutex_Release(&_lock) argument
225 #define __lock_close(_lock) _Mutex_Destroy(&_lock) argument
227 #define __lock_init_recursive(_lock) _Mutex_recursive_Initialize(&_lock) argument
228 #define __lock_acquire_recursive(_lock) _Mutex_recursive_Acquire(&_lock) argument
230 #define __lock_release_recursive(_lock) _Mutex_recursive_Release(&_lock) argument
231 #define __lock_close_recursive(_lock) _Mutex_recursive_Destroy(&_lock) argument
/dports/www/firefox/firefox-99.0/third_party/rust/glean/src/private/
H A Dlabeled.rs159 let _lock = lock_test(); in test_labeled_counter_type() localVariable
181 let _lock = lock_test(); in test_other_label_with_predefined_labels() localVariable
211 let _lock = lock_test(); in test_other_label_without_predefined_labels() localVariable
248 let _lock = lock_test(); in test_other_label_without_predefined_labels_before_glean_init() localVariable
289 let _lock = lock_test(); in test_labeled_string_type() localVariable
311 let _lock = lock_test(); in test_labeled_boolean_type() localVariable
333 let _lock = lock_test(); in test_invalid_labels_record_errors() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean/src/private/
H A Dlabeled.rs159 let _lock = lock_test(); in test_labeled_counter_type() localVariable
181 let _lock = lock_test(); in test_other_label_with_predefined_labels() localVariable
211 let _lock = lock_test(); in test_other_label_without_predefined_labels() localVariable
248 let _lock = lock_test(); in test_other_label_without_predefined_labels_before_glean_init() localVariable
289 let _lock = lock_test(); in test_labeled_string_type() localVariable
311 let _lock = lock_test(); in test_labeled_boolean_type() localVariable
333 let _lock = lock_test(); in test_invalid_labels_record_errors() localVariable

12345678910>>...92