00001 00024 #ifndef GALOIS_RUNTIME_ACTIVETHREADS_H 00025 #define GALOIS_RUNTIME_ACTIVETHREADS_H 00026 00027 namespace Galois { 00028 namespace Runtime { 00029 extern unsigned int activeThreads; 00030 } 00031 } 00032 00033 #endif