Searched refs:TI_FLAG_BYTE_NOERROR (Results 1 – 1 of 1) sorted by relevance
18 #define TI_FLAG_BYTE_NOERROR 2 macro77 #define TI_SYS_NOERROR (TI_FLAGS + TI_FLAG_BYTE_NOERROR)149 #define get_thread_noerror() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_NOERROR])150 #define set_thread_noerror(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_NOERROR] = (val))
Completed in 3 milliseconds