Y
Hacker News
new
|
ask
|
show
|
jobs
by
kibibu
3699 days ago
Linux got threads in 1996 when kernel 2.0 introduced the "clone" syscall, allowing multiple processes to share address space. LinuxThreads was built on top of this to implement the pthreads api.