Searched refs:threadCount (Results 1 – 3 of 3) sorted by relevance
11 int threadCount = 0; in amdgcn_device_isa_selected() local14 : 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() local35 : threadCount) in amdgcn_device_isa_not_selected()42 threadCount++; in amdgcn_device_isa_not_selected()45 return threadCount; in amdgcn_device_isa_not_selected()
34 const unsigned threadCount = 2; variable47 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()
53 const size_t threadCount = 4; in ThreadUseIter() local55 for (size_t count = 0; count < threadCount; count++) in ThreadUseIter()58 for (size_t count = 0; count < threadCount; count++) in ThreadUseIter()