TD_GET_STATE
#define TD_GET_STATE(td) atomic_load_int(&(td)->td_state)
#define TD_GET_STATE(td) ((td)->td_state)