Searched refs:work_size (Results 1 – 2 of 2) sorted by relevance
139 long long work_size = args.length / args.num_threads; in thread_setup() local143 work_size++; in thread_setup()153 test.execute(my_index, args.num_threads, work_size, args.test_argc, args.test_argv); in thread_setup()
145 long long work_size = test->length / test->numThreads;149 work_size++;159 test->execute_func(my_index, test->numThreads, work_size, test->testArgc, test->testArgv);