Searched refs:threadn (Results 1 – 2 of 2) sorted by relevance
55 threadn = cv2.getNumberOfCPUs() variable56 pool = ThreadPool(processes = threadn)72 if len(pending) < threadn:
38 def process_threaded(img, filters, threadn = 8): argument42 pool = ThreadPool(processes=threadn)