Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2004 22:32:21 +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/sys/sys kse.h src/sys/kern kern_kse.c
Message-ID:  <200408082232.i78MWL1M028346@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2004-08-08 22:32:21 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              kse.h 
    sys/kern             kern_kse.c 
  Log:
  1.Add KSE_INTR_DBSUSPEND command for kse_thr_interrupt to suspend a bound
  thread, after the bound thread leaves critical region, the thread should
  check debug flag may suspend itself by using the command.
  2.Schedule upcall after thread is suspended by debugger
  3.Wakeup upcall thread after process suspension.
  
  Reviewed by: deischen
  
  Revision  Changes    Path
  1.192     +46 -29    src/sys/kern/kern_kse.c
  1.26      +5 -4      src/sys/sys/kse.h



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