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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to