xsu_sleeper_thread
ret = thr_create(NULL, 0, xsu_sleeper_thread, NULL, THR_DETACHED,
extern void *xsu_sleeper_thread(void *);