Lines Matching full:threads
28 Most legacy operating system kernels support an abstraction of threads
30 special resources and mechanisms to maintain these "threads". The Linux
32 between processes and "threads". The kernel allows processes to share
33 resources and thus they can achieve legacy "threads" behavior without
35 power of implementing threads in this manner comes not only from
38 threads. On Linux, at the time of thread creation using the clone system
40 between threads.
43 allows threads to selectively 'unshare' any resources that were being
46 of the discussion on POSIX threads on Linux. unshare() augments the
47 usefulness of Linux threads for applications that would like to control
317 about 10 threads. Have a couple of threads execute execve,