Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main-header.h 233B

12345678910111213
  1. #ifndef __main_header_h__
  2. #define __main_header_h__
  3. #define MAX_THREADS (100)
  4. int loops = 1;
  5. int verbose = 0;
  6. int num_threads = 2;
  7. int do_timing = 0;
  8. int cause_deadlock = 0;
  9. int enable_parallelism = 0;
  10. #endif // __main_header_h__