smp.h
来自「Axis 221 camera embedded programing inte」· C头文件 代码 · 共 12 行
H
12 行
#ifndef __ASM_SMP_H#define __ASM_SMP_H#include <linux/cpumask.h>extern cpumask_t phys_cpu_present_map;extern cpumask_t cpu_possible_map;#define raw_smp_processor_id() (current_thread_info()->cpu)#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?