Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp165 Status thread_error = in SetWatchpoint() local
167 if (thread_error.Fail() && hardware) { in SetWatchpoint()
171 if (thread_error.Success()) in SetWatchpoint()
176 if (thread_error.Success()) { in SetWatchpoint()
190 return thread_error; in SetWatchpoint()
206 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint() local
207 if (thread_error.Fail()) { in RemoveWatchpoint()
212 overall_error = thread_error; in RemoveWatchpoint()
252 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() local
253 if (thread_error.Success()) { in SetHardwareBreakpoint()
[all …]
/freebsd-12.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()