curthread
#define curthread find_thread(NULL)
#define curthread ((struct thread*)NULL)
#undef curthread
#define curthread ((struct thread*)((uintptr_t)find_thread(NULL)))