cvs commit: ports/devel Makefile

Wesley Shields wxs at FreeBSD.org
Mon Jan 12 11:50:54 PST 2009


wxs         2009-01-12 19:50:53 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Log:
  This module adds cancellation capabilities for threads. Cancelled
  threads are terminated using threads->exit(). The thread is then
  detached, and hence automatically cleaned up.
  
  Threads that are suspended using Thread::Suspend do not need to be
  resumed in order to be cancelled.
  
  It is possible for a thread to cancel itself.
  
  PR:             ports/110475
  Submitted by:   Ruben van Staveren <ruben at verweg.com>
  
  Revision  Changes    Path
  1.3315    +1 -0      ports/devel/Makefile


More information about the cvs-ports mailing list