Searched refs:NUM_WORKERS (Results 1 – 1 of 1) sorted by relevance
495 #define NUM_WORKERS 16 macro498 static char *worker_exits[NUM_WORKERS];647 thread_t workers[NUM_WORKERS]; in test_hashtable_multithread()653 memset(worker_exits, 0, sizeof(char *) * NUM_WORKERS); in test_hashtable_multithread()655 memset(workers, 0, sizeof(thread_t) * NUM_WORKERS); in test_hashtable_multithread()670 for (i = 0; i < NUM_WORKERS; i++) { in test_hashtable_multithread()686 for (i = 0; i < NUM_WORKERS; i++) { in test_hashtable_multithread()
Completed in 5 milliseconds