cvs commit: projects/csup threads.c

Maxime Henrion mux at FreeBSD.org
Mon Feb 20 17:10:24 PST 2006


mux         2006-02-21 01:10:23 UTC

  FreeBSD projects repository

  Modified files:
    csup                 threads.c 
  Log:
  Create the worker threads in the detached state since we don't use
  pthread_join() to wait for them but have our own API for that (which
  allows us to wait for multiple threads).
  
  Revision  Changes    Path
  1.7       +6 -2      projects/csup/threads.c


More information about the cvs-all mailing list