#ifndef THREADS_H #define THREADS_H #ifndef __CINT__ #include #else typedef unsigned long int pthread_t; struct pthread_mutex_t; struct pthread_cond_t; #endif #endif