Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2005 06:53:23 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_init.c thr_private.h thr_timer.c
Message-ID:  <200511010653.jA16rNfs027119@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2005-11-01 06:53:23 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr           pthread.map 
    lib/libthr/thread    thr_init.c thr_private.h thr_timer.c 
  Log:
  Add code to handle timer_delete(). The timer wrapper code is completely
  rewritten, now timers created with same sigev_notify_attributes will
  run in same thread, this allows user to organize which timers can
  run in same thread to save some thread resource.
  
  Revision  Changes    Path
  1.10      +2 -0      src/lib/libthr/pthread.map
  1.24      +1 -0      src/lib/libthr/thread/thr_init.c
  1.48      +3 -2      src/lib/libthr/thread/thr_private.h
  1.3       +262 -66   src/lib/libthr/thread/thr_timer.c



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