Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp175 Status thread_error = in SetWatchpoint() local
177 if (thread_error.Fail() && hardware) { in SetWatchpoint()
181 if (thread_error.Success()) in SetWatchpoint()
186 if (thread_error.Success()) { in SetWatchpoint()
200 return thread_error; in SetWatchpoint()
216 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint() local
217 if (thread_error.Fail()) { in RemoveWatchpoint()
222 overall_error = thread_error; in RemoveWatchpoint()
262 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() local
263 if (thread_error.Success()) { in SetHardwareBreakpoint()
[all …]
/freebsd-13.1/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c143 lzma_ret thread_error; member
188 if (thr->coder->thread_error == LZMA_OK) in worker_error()
189 thr->coder->thread_error = ret; in worker_error()
604 ret = coder->thread_error; in stream_encode_in()
650 && coder->thread_error == LZMA_OK in wait_for_work()
700 ret = coder->thread_error; in stream_encode_mt()
1015 coder->thread_error = LZMA_OK; in stream_encoder_mt_init()