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