Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2009 19:50:53 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile
Message-ID:  <200901121950.n0CJor3f069247@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@verweg.com>
  
  Revision  Changes    Path
  1.3315    +1 -0      ports/devel/Makefile



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