156895706e
own LWP ID space, LWP IDs came from the same number space as PIDs. The lead LWP of a process gets the PID as its LID. If a multi-LWP process's lead LWP exits, the PID persists for the process. In addition to providing system-wide unique thread IDs, this also lets us eliminate the per-process LWP radix tree, and some associated locks. Remove the separate "global thread ID" map added previously; it is no longer needed to provide this functionality. Nudged in this direction by ad@ and chs@. |
||
---|---|---|
.. | ||
aoutm68k | ||
common | ||
freebsd | ||
linux | ||
linux32 | ||
m68k4k | ||
net | ||
netbsd32 | ||
netinet6 | ||
ossaudio | ||
sunos | ||
sunos32 | ||
sys | ||
ultrix | ||
vax1k | ||
Makefile | ||
Makefile.syscall |