当前位置:  技术问答>linux和unix

如何确定 pthread 双线程是在两个核上运行,而不是在一个核(超核)上运行

    来源: 互联网  发布时间:2017-02-25

    本文导语:  RT,是否有神马控制语句 |        In the following program, the main thread uses pthread_setaffinity_np() to set its CPU affinity mask to include CPUs 0 to 7 (which may not all be avail-        able on the system),...

RT,是否有神马控制语句

|
       In the following program, the main thread uses pthread_setaffinity_np() to set its CPU affinity mask to include CPUs 0 to 7 (which may not all be avail-
       able on the system), and then calls pthread_getaffinity_np() to check the resulting CPU affinity mask of the thread.

       #define _GNU_SOURCE
       #include 
       #include 
       #include 
       #include 

       #define handle_error_en(en, msg) 
               do { errno = en; perror(msg); exit(EXIT_FAILURE); } while (0)

       int
       main(int argc, char *argv[])
       {
           int s, j;
           cpu_set_t cpuset;
           pthread_t thread;

           thread = pthread_self();

           /* Set affinity mask to include CPUs 0 to 7 */

           CPU_ZERO(&cpuset);
           for (j = 0; j 

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Linux下,怎么确定动态库的绝对位置(动态库里面确定)?
  • 如何在Shell中确定一个驱动是否已在Linux/Unix上安装?
  • 确定是否安装IIS服务的方法
  • 如何确定点击的是BACKSPACE键
  • IT科技资讯 iis7站长之家
  • 无法确定主机IP地址时产生。
  • 如何用socket一次传输多个文件,如何确定文件一个文件结束
  • 怎么确定LINUX GATEWAY用的是什么防火墙????怎么找到配置文件???
  • touch: cannot touch '/var/lock/subsys/sshd' : 只读文件系统[确定]
  • GtkClist 按一次确定键,为什么调用了两次按键回调函数?
  • 如何确定redhat9的某个软件包是否安装?
  • 确定文件名长度
  • 如何分析网页以确定见面中含有恶意代码?
  • 怎么确定设备文件?
  • 怎样确定文件路径???
  • 如何确定数据已经从内核缓冲区写入磁盘了?
  • 如何确定信号的来源?即如何知道接收到的信号来自于哪一个进程号?
  • 有个模式对话框,如何象VC那样向其发送一个消息,就可模拟用户单击了“确定”按钮
  • socket编程,我如何确定与对方的连接是否正常?
  • 先确定进程是否存在,如在,杀死。怎样实现,谢谢(100分)?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3