Home
last modified time | relevance | path

Searched refs:threadCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dmetadirective_device_isa_codegen_amdgcn.cpp11 int threadCount = 0; in amdgcn_device_isa_selected() local
14 : threadCount) in amdgcn_device_isa_selected()
19 threadCount++; in amdgcn_device_isa_selected()
22 return threadCount; in amdgcn_device_isa_selected()
32 int threadCount = 0; in amdgcn_device_isa_not_selected() local
35 : threadCount) in amdgcn_device_isa_not_selected()
42 threadCount++; in amdgcn_device_isa_not_selected()
45 return threadCount; in amdgcn_device_isa_not_selected()
/llvm-project-15.0.7/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp34 const unsigned threadCount = 2; variable
47 notReady = threadCount; in main()
48 std::vector<std::thread> threads(threadCount); in main()
49 for (unsigned i = 0; i < threadCount; i++) in main()
63 for (unsigned i = 0; i < threadCount; i++) in main()
/llvm-project-15.0.7/libcxx/test/libcxx/debug/
H A Dcontainers.multithread.pass.cpp53 const size_t threadCount = 4; in ThreadUseIter() local
55 for (size_t count = 0; count < threadCount; count++) in ThreadUseIter()
58 for (size_t count = 0; count < threadCount; count++) in ThreadUseIter()