cvs commit: src/lib/libthr/thread thr_create.c

David Xu davidxu at FreeBSD.org
Thu Mar 6 01:59:08 UTC 2008


davidxu     2008-03-06 01:59:08 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_create.c 
  Log:
  Restore code setting new thread's scheduler parameters, I was thinking
  that there might be starvations, but because we have already locked the
  thread, the cpuset settings will always be done before the new thread
  does real-world work.
  
  Revision  Changes    Path
  1.40      +11 -15    src/lib/libthr/thread/thr_create.c


More information about the cvs-all mailing list