diff options
author | jeff <jeff@FreeBSD.org> | 2003-04-01 01:26:20 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2003-04-01 01:26:20 +0000 |
commit | 1b4d7b91cef2a324650912a6c4a57c1247f72de9 (patch) | |
tree | fe9429d1c952f94fe7724a5e8d93774c365108da /lib/libthr/thread/thr_cond.c | |
parent | ddd831445867d7b38b022286ecc4d99f0bcbca48 (diff) | |
download | FreeBSD-src-1b4d7b91cef2a324650912a6c4a57c1247f72de9.zip FreeBSD-src-1b4d7b91cef2a324650912a6c4a57c1247f72de9.tar.gz |
- 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.
Diffstat (limited to 'lib/libthr/thread/thr_cond.c')
0 files changed, 0 insertions, 0 deletions