thread_transition
void thread_transition(kthread_t *); /* move to transition lock */
#define THREAD_TRANSITION(tp) thread_transition(tp);