Searched refs:N_threads (Results 1 – 1 of 1) sorted by relevance
1981 const int N_threads = 3; variable1982 Barrier barrier(N_threads);1990 CHECK(GLOB == N_threads); in Worker()1997 ThreadPool pool(N_threads); in Run()1999 for (int i = 0; i < N_threads; i++) { in Run()2102 int N_threads = 3; variable7390 const int N_threads = 32; variable7393 ProducerConsumerQueue *Q[N_threads];7400 ProducerConsumerQueue &myQ = *Q[myId], &nextQ = *Q[(myId+1) % N_threads]; in Worker()7409 for (int i = 0; i < N_threads; i++) in Worker()[all …]