Searched refs:get_lock (Results 1 - 13 of 13) sorted by relevance
/third_party/vixl/tools/ |
H A D | test_runner.py | 65 with Test.n_tests_skipped.get_lock(): 71 with Test.n_tests_passed.get_lock(): Test.n_tests_passed.value += 1 73 with Test.n_tests_failed.get_lock(): Test.n_tests_failed.value += 1
|
H A D | clang_tidy.py | 93 with Test.n_tests_failed.get_lock(): Test.n_tests_failed.value += 1 95 with Test.n_tests_passed.get_lock(): Test.n_tests_passed.value += 1
|
H A D | clang_format.py | 142 with Test.n_tests_failed.get_lock(): Test.n_tests_failed.value += 1 144 with Test.n_tests_passed.get_lock(): Test.n_tests_passed.value += 1
|
/kernel/liteos_m/utils/ |
H A D | los_compiler.h | 480 static inline void get_lock(void *addr, int model)
in get_lock() function 503 get_lock (memP, model);
in __atomic_load_8() 512 get_lock (memP, model);
in __atomic_store_8() 522 get_lock (memP, model);
in __atomic_exchange_8()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | runtests.py | 181 with done.get_lock(): 259 with DONE_FLAG.get_lock():
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | falconide.c | 103 .get_lock = falconide_get_lock,
|
H A D | ide-probe.c | 884 if (!host->get_lock) in init_irq() 1401 host->get_lock = d->get_lock; in ide_host_alloc() 1607 if (!hwif->host->get_lock) in ide_unregister()
|
H A D | ide-io.c | 431 if (host->get_lock) in ide_lock_host() 432 host->get_lock(ide_intr, hwif); in ide_lock_host()
|
/third_party/python/Lib/multiprocessing/ |
H A D | sharedctypes.py | 205 def get_lock(self): member in SynchronizedBase
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ide.h | 832 void (*get_lock)(irq_handler_t, void *); member 1349 void (*get_lock)(irq_handler_t, void *); member
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 2112 lock1 = val1.get_lock() 2116 lock2 = val2.get_lock() 2121 lock3 = val3.get_lock() 2126 self.assertFalse(hasattr(arr4, 'get_lock')) 2132 self.assertFalse(hasattr(arr5, 'get_lock')) 2192 lock1 = arr1.get_lock() 2196 lock2 = arr2.get_lock() 2201 lock3 = arr3.get_lock() 2206 self.assertFalse(hasattr(arr4, 'get_lock')) 2212 self.assertFalse(hasattr(arr5, 'get_lock')) [all...] |
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2630 with self.fetch_count.get_lock():
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2631 with self.fetch_count.get_lock():
|
Completed in 25 milliseconds