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.
| 12345678910111213 |
- #ifndef __main_header_h__
- #define __main_header_h__
-
- #define MAX_THREADS (100)
-
- int loops = 1;
- int verbose = 0;
- int num_threads = 2;
- int do_timing = 0;
- int cause_deadlock = 0;
- int enable_parallelism = 0;
-
- #endif // __main_header_h__
|