21#ifndef INCLUDE_OLA_THREAD_UTILS_H_
22#define INCLUDE_OLA_THREAD_UTILS_H_
28#define WIN32_LEAN_AND_MEAN
51 const struct sched_param ¶m);
bool SetSchedParam(pthread_t thread, int policy, const struct sched_param ¶m)
Wraps pthread_setschedparam().
Definition Utils.cpp:55
std::string PolicyToString(int policy)
Convert a scheduling policy to a string.
Definition Utils.cpp:42
The namespace containing all OLA symbols.
Definition Credentials.cpp:44