Searched refs:N_threads (Results 1 – 1 of 1) sorted by relevance
1985 const int N_threads = 3; variable1986 Barrier barrier(N_threads);1994 CHECK(GLOB == N_threads); in Worker()2001 ThreadPool pool(N_threads); in Run()2003 for (int i = 0; i < N_threads; i++) { in Run()2106 int N_threads = 3; variable7394 const int N_threads = 32; variable7397 ProducerConsumerQueue *Q[N_threads];7404 ProducerConsumerQueue &myQ = *Q[myId], &nextQ = *Q[(myId+1) % N_threads]; in Worker()7413 for (int i = 0; i < N_threads; i++) in Worker()[all …]