Apollo 10.0
自动驾驶开放平台
pin_thread.h 文件参考
#include <string>
#include <thread>
#include <vector>
#include "cyber/common/log.h"
pin_thread.h 的引用(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)