int init_pthread_lock(pthread_mutex_t *pthread_lock);
double threads_total();
int threads_init();
int threads_add(char *path, char *name);
int threads_create(int num, int cache);
int threads_count();
#endif /* IOTHREADS_H_ */
/*
* iothreads.c
*
* Created on: 2010-3-8
* Author: cheng
*/