Searched refs:TI_FLAG_BYTE_NOERROR (Results 1 – 1 of 1) sorted by relevance
17 #define TI_FLAG_BYTE_NOERROR 2 macro78 #define TI_SYS_NOERROR (TI_FLAGS + TI_FLAG_BYTE_NOERROR)150 #define get_thread_noerror() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_NOERROR])151 #define set_thread_noerror(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_NOERROR] = (val))