29#ifndef REALTIME_TOOLS__REALTIME_HELPERS_HPP_
30#define REALTIME_TOOLS__REALTIME_HELPERS_HPP_
42using NATIVE_THREAD_HANDLE =
void *;
44using NATIVE_THREAD_HANDLE = pthread_t;
72[[deprecated(
"Use std::pair<bool, std::string> lock_memory() instead.")]]
98 NATIVE_THREAD_HANDLE thread,
const std::vector<int> & cores);