Home
last modified time | relevance | path

Searched refs:get_lock (Results 1 - 13 of 13) sorted by relevance

/third_party/vixl/tools/
H A Dtest_runner.py65 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 Dclang_tidy.py93 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 Dclang_format.py142 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 Dlos_compiler.h480 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 Druntests.py181 with done.get_lock():
259 with DONE_FLAG.get_lock():
/kernel/linux/linux-5.10/drivers/ide/
H A Dfalconide.c103 .get_lock = falconide_get_lock,
H A Dide-probe.c884 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 Dide-io.c431 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 Dsharedctypes.py205 def get_lock(self): member in SynchronizedBase
/kernel/linux/linux-5.10/include/linux/
H A Dide.h832 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.py2112 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 Dexported-sql-viewer.py2630 with self.fetch_count.get_lock():
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2631 with self.fetch_count.get_lock():

Completed in 25 milliseconds