10 std::string path
, fname
;
12 const PathNamePair
&GetProcBinary();
14 /* Mixing thread priority level */
15 inline int RTPrioLevel
{1};
17 /* Allow reducing the process's RTTime limit for RTKit. */
18 inline bool AllowRTTimeLimit
{true};
22 std::vector
<std::string
> SearchDataFiles(const std::string_view ext
, const std::string_view subdir
);
24 #endif /* CORE_HELPERS_H */