Home
last modified time | relevance | path

Searched defs: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
216 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint() local
262 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() local
/freebsd-13.1/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c143 lzma_ret thread_error; member