00001 00021 #ifndef GALOIS_THREADS_H 00022 #define GALOIS_THREADS_H 00023 00024 namespace Galois { 00025 00031 unsigned int setActiveThreads(unsigned int num); 00032 00036 unsigned int getActiveThreads(); 00037 00038 } 00039 #endif