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()182 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false); 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() local[all …]
163 lzma_ret thread_error; member208 if (thr->coder->thread_error == LZMA_OK) in worker_error()209 thr->coder->thread_error = ret; in worker_error()650 ret = coder->thread_error; in stream_encode_in()700 && coder->thread_error == LZMA_OK in wait_for_work()749 ret = coder->thread_error; in stream_encode_mt()1107 coder->thread_error = LZMA_OK; in stream_encoder_mt_init()
171 lzma_ret thread_error; member474 && thr->coder->thread_error == LZMA_OK) in worker_decoder()475 thr->coder->thread_error = ret; in worker_decoder()695 if (coder->thread_error != LZMA_OK) { in read_output_and_wait()699 ret = coder->thread_error; in read_output_and_wait()1963 coder->thread_error = LZMA_OK; in stream_decoder_mt_init()