Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1300 uint64_t errno_threshold = in Syscall() local
1302 if (result > errno_threshold) { in Syscall()