Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/macosx/queues/
H A DTestQueues.py36 def check_queue_for_valid_queue_id(self, queue): argument
41 def check_running_and_pending_items_on_queue( argument
69 def check_number_of_threads_owned_by_queue(self, queue, number_threads): argument
80 def check_queue_kind(self, queue, kind): argument
98 def check_queues_threads_match_queue(self, queue): argument
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc-bodyfarms.c10 void test_no_state_change_in_body_farm(dispatch_queue_t queue) { in test_no_state_change_in_body_farm()
15 void test_no_state_change_in_body_farm_2(dispatch_queue_t queue) { in test_no_state_change_in_body_farm_2()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A Dclang-tidy-diff.py47 import Queue as queue namespace
49 import queue as queue namespace
/llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
H A Dctor_iterators.pass.cpp34 std::queue<int> queue(a, a + 4); in main() local
/llvm-project-15.0.7/compiler-rt/test/tsan/libdispatch/
H A Dsource-registration.c13 dispatch_queue_t queue = in main() local
H A Dsource-event.c13 dispatch_queue_t queue = in main() local
H A Dsource-cancel.c13 dispatch_queue_t queue = in main() local
H A Dsource-event2.c20 dispatch_queue_t queue = in main() local
H A Dsource-registration2.c20 dispatch_queue_t queue = in main() local
H A Dsource-cancel2.c20 dispatch_queue_t queue = in main() local
H A Dio-barrier-race.c8 dispatch_queue_t queue; variable
H A Dio-cleanup.c14 dispatch_queue_t queue = dispatch_queue_create("my.queue", DISPATCH_QUEUE_CONCURRENT); in main() local
H A Dfd.c13 dispatch_queue_t queue = dispatch_queue_create("my.queue", DISPATCH_QUEUE_SERIAL); in main() local
H A Dio-race.c8 dispatch_queue_t queue; variable
H A Dio-barrier.c9 dispatch_queue_t queue; variable
H A Dio.c9 dispatch_queue_t queue; variable
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/
H A Drun-find-all-symbols.py55 def run_find_all_symbols(args, tmpdir, build_path, queue): argument
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Dpop_back.invalidation.pass.cpp41 std::deque<int> queue; in main() local
H A Dpop_front.invalidation.pass.cpp41 std::deque<int> queue; in main() local
H A Derase_iter.invalidation.pass.cpp61 std::deque<int> queue; in main() local
/llvm-project-15.0.7/lldb/utils/lui/
H A Dsandbox.py20 import Queue as queue namespace
H A Dlui.py24 import Queue as queue namespace
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dstatic_init3.cpp18 _Atomic(Cache*) queue; variable
/llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_iterators.pass.cpp38 GetAlloc queue(stats, a, a + 4); in main() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp30 llvm::StringRef name, llvm::StringRef queue, in ThreadMemory()

12