Daniel Eischen 55613576f5 o Don't add a scope system thread's KSE to the list of available
KSEs when it's thread exits; allow the GC handler to do that.

o Make spinlock/spinlock critical regions.

The following were submitted by davidxu

  o Alow thr_switch() to take a null mailbox argument.

  o Better protect cancellation checks.

  o Don't set KSE specific data when creating new KSEs; rely on the
    first upcall of the KSE to set it.

  o Add the ability to set the maximum concurrency level and do this
    automatically.  We should have a way to enable/disable this with
    some sort of tunable because some applications may not want this
    to be the default.

  o Hold the scheduling lock across thread switch calls.

  o If scheduling of a thread fails, make sure to remove it from the list
    of active threads.

  o Better protect accesses to a joining threads when the target thread is
    exited and detached.

  o Remove some macro definitions that are now provided by <sys/kse.h>.

  o Don't leave the library in threaded mode if creation of the initial
    KSE fails.

  o Wakeup idle KSEs when there are threads ready to run.

  o Maintain the number of threads active in the priority queue.
2003-04-28 23:56:12 +00:00
..
2003-04-20 18:38:59 +00:00
2003-04-20 18:41:16 +00:00
2002-09-28 00:25:32 +00:00
2002-12-27 12:15:40 +00:00
2003-03-24 16:02:05 +00:00
2002-12-27 12:15:40 +00:00
2003-04-23 12:15:31 +00:00
2003-02-06 11:25:03 +00:00
2002-12-27 12:15:40 +00:00
2002-12-27 12:15:40 +00:00
2002-09-28 00:25:32 +00:00
2003-03-24 16:02:05 +00:00
2003-01-28 23:03:15 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2003-04-20 03:06:42 +00:00
2003-01-07 13:18:21 +00:00
2003-04-09 01:52:49 +00:00
2003-04-26 15:15:05 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2003-03-09 19:56:21 +00:00
2002-09-28 00:25:32 +00:00