Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2006 01:10:23 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: projects/csup threads.c
Message-ID:  <200602210110.k1L1ANhs076499@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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