00001 #ifndef __OS_CLASS_H 00002 #define __OS_CLASS_H 00003 00004 typedef pthread_t OsThread; 00005 00006 #endif