K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-04-01T01:26:20.000000Z K 7 svn:log V 349 - Borrow the KSE single threading code for exec and exit. We use the check if (p->p_numthreads > 1) and not a flag because action is only necessary if there are other threads. The rest of the system has no need to identify thr threaded processes. - In kern_thread.c use thr_exit1() instead of thread_exit() if P_THREADED is not set. END