Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2008 09:16:29 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread Makefile.inc thr_affinity.c
Message-ID:  <200803030916.m239GT4q011381@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2008-03-03 09:16:29 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr           pthread.map 
    lib/libthr/thread    Makefile.inc 
  Added files:
    lib/libthr/thread    thr_affinity.c 
  Log:
  Implement functions pthread_getaffinity_np and pthread_setaffinity_np to
  get and set thread's cpu affinity mask.
  
  Revision  Changes    Path
  1.27      +3 -1      src/lib/libthr/pthread.map
  1.17      +1 -0      src/lib/libthr/thread/Makefile.inc
  1.1       +74 -0     src/lib/libthr/thread/thr_affinity.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803030916.m239GT4q011381>