#ifndef DEF_THREAD_IFACE_H #define DEF_THREAD_IFACE_H #define THIF_OBJTYPE 0x21 //S = static, GET = get, C = current, TH = thread #define THIF_SGETCTH 0 #define THIF_SLEEP 0x01 #define THIF_FINISH 0x02 #endif