Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp223 CompilerType &clock_type = uint_type; in GetSiginfoType() local
292 {"_utime", clock_type}, in GetSiginfoType()
293 {"_stime", clock_type}, in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp343 CompilerType &clock_type = long_type; in GetSiginfoType() local
438 {"si_utime", clock_type}, in GetSiginfoType()
439 {"si_stime", clock_type}, in GetSiginfoType()