Home
last modified time | relevance | path

Searched refs:thread_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp177 Status thread_error = in SetWatchpoint() local
179 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() local
219 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 …]
/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c163 lzma_ret thread_error; member
208 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()
H A Dstream_decoder_mt.c171 lzma_ret thread_error; member
474 && 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()