Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp189 constexpr size_t fbsd_maxcomlen = 19; in DoUpdateThreadList() local
201 char comm[fbsd_maxcomlen + 1]; in DoUpdateThreadList()
218 char thread_name[fbsd_maxcomlen + 1]; in DoUpdateThreadList()