Searched refs:TI_FLAG_BYTE_CWP (Results 1 – 3 of 3) sorted by relevance
22 #define TI_FLAG_BYTE_CWP 4 macro74 #define TI_CWP (TI_FLAGS + TI_FLAG_BYTE_CWP)147 #define get_thread_cwp() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_CWP])148 #define set_thread_cwp(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_CWP] = (val))
80 cwp = __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP]; in sleeping_thread_to_gdb_regs()
599 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread()614 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread()