Apollo 10.0
自动驾驶开放平台
pin_thread.cc 文件参考
#include "cyber/scheduler/common/pin_thread.h"
#include <sched.h>
#include <sys/resource.h>
pin_thread.cc 的引用(Include)关系图:

浏览源代码.

命名空间

namespace  apollo
 class register implement
 
namespace  apollo::cyber
 
namespace  apollo::cyber::scheduler
 

函数

void apollo::cyber::scheduler::ParseCpuset (const std::string &str, std::vector< int > *cpuset)
 
void apollo::cyber::scheduler::SetSchedAffinity (std::thread *thread, const std::vector< int > &cpus, const std::string &affinity, int cpu_id)
 
void apollo::cyber::scheduler::SetSchedPolicy (std::thread *thread, std::string spolicy, int sched_priority, pid_t tid)