Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 124) sorted by relevance

12345

/llvm-project/openmp/runtime/test/parallel/
H A Domp_parallel_num_threads_list.c76 int threads[2] = {3, 3}; in test_omp_parallel_num_threads_list() local
101 int threads[2] = {3, 3}; in test_omp_parallel_num_threads_list() local
H A Domp_parallel_num_threads.c8 int threads; in test_omp_parallel_num_threads() local
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/
H A Dcreate-thread-stress.cpp22 std::vector<std::thread> threads; in Thread() local
32 std::vector<std::thread> threads; in run() local
H A Dreuse-threads.cpp22 pthread_t threads[N]; in start_stop_threads() local
/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp33 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection()
38 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) { in SetOpaque()
/llvm-project/lldb/test/API/commands/trace/intelpt-trace/
H A Dtrace_bad2.json12 "threads": [ array
29 "threads": [ array
/llvm-project/openmp/libompd/test/openmp_examples/
H A Dexample_1.c11 pthread_t threads[numThreads]; in createPthreads() local
/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/
H A Dmain.cpp14 std::vector<std::thread> threads; in main() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp131 pthread_t threads[kThreads]; in TEST() local
142 pthread_t threads[kThreads]; in TEST() local
152 pthread_t threads[kThreads]; in TEST() local
161 pthread_t threads[kThreads]; in TEST() local
/llvm-project/lldb/test/API/macosx/corefile-exception-reason/
H A Dmain.cpp19 std::vector<std::thread> threads; in main() local
/llvm-project/compiler-rt/test/lsan/TestCases/
H A Dlsan_crash.cpp19 std::vector<std::thread> threads; in main() local
H A Dthread_context_crash.cpp27 std::vector<pthread_t> threads; in main() local
/llvm-project/lldb/test/API/tools/lldb-server/
H A DTestGdbRemote_qThreadStopInfo.py10 def gather_stop_replies_via_qThreadStopInfo(self, threads): argument
/llvm-project/lldb/unittests/tools/lldb-server/inferior/
H A Dthread_inferior.cpp22 std::vector<std::thread> threads; in main() local
/llvm-project/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp185 std::vector<std::thread> threads; member
193 ThreadGroup threads; in test_free_for_all() local
214 ThreadGroup threads; in test_waiting_for_init() local
251 ThreadGroup threads; in test_aborted_init() local
290 ThreadGroup threads; in test_completed_init() local
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp101 GetRunningThreadsLocked(InternalMmapVector<tid_t> * threads) GetRunningThreadsLocked() argument
103 __anon649c86380102(ThreadContextBase *tctx, void *threads) GetRunningThreadsLocked() argument
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A Dmain.cpp21 std::vector<std::thread> threads; in main() local
/llvm-project/compiler-rt/test/tsan/Linux/
H A Dfork_multithreaded4.cpp37 pthread_t threads[100]; in main() local
/llvm-project/lldb/test/API/commands/process/detach-resumes/
H A Dmain.cpp37 std::vector<std::thread> threads; in main() local
/llvm-project/lldb/test/API/commands/process/attach-resume/
H A Dmain.cpp27 std::thread threads[nthreads]; in main() local
/llvm-project/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/
H A Dload.pass.cpp55 std::vector<std::thread> threads; test_impl() local
85 std::vector<std::thread> threads; test_impl() local
/llvm-project/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A Dmain.cpp31 std::thread threads[NUM_OF_THREADS]; in main() local
/llvm-project/compiler-rt/test/tsan/
H A Dlots_of_threads.c20 pthread_t threads[kThreads]; in main() local
/llvm-project/libcxx/test/std/thread/thread.semaphore/
H A Dlost_wakeup.pass.cpp53 std::vector<std::thread> threads; in main() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dpthread_mutex.cpp33 pthread_t threads[2] = {}; in main() local

12345