Searched refs:thread_error (Results 1 – 3 of 3) sorted by relevance
177 Status thread_error = in SetWatchpoint() local179 if (thread_error.Fail() && hardware) { in SetWatchpoint()183 if (thread_error.Success()) in SetWatchpoint()188 if (thread_error.Success()) { in SetWatchpoint()202 return thread_error; in SetWatchpoint()218 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint() local219 if (thread_error.Fail()) { in RemoveWatchpoint()224 overall_error = thread_error; in RemoveWatchpoint()264 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() local265 if (thread_error.Success()) { in SetHardwareBreakpoint()[all …]
164 lzma_ret thread_error; member209 if (thr->coder->thread_error == LZMA_OK) in worker_error()210 thr->coder->thread_error = ret; in worker_error()651 ret = coder->thread_error; in stream_encode_in()701 && coder->thread_error == LZMA_OK in wait_for_work()751 ret = coder->thread_error; in stream_encode_mt()1110 coder->thread_error = LZMA_OK; in stream_encoder_mt_init()
189 lzma_ret thread_error; member511 && thr->coder->thread_error == LZMA_OK) in worker_decoder()512 thr->coder->thread_error = ret; in worker_decoder()713 if (coder->thread_error != LZMA_OK) { in read_output_and_wait()717 ret = coder->thread_error; in read_output_and_wait()1977 coder->thread_error = LZMA_OK; in stream_decoder_mt_init()