Lines Matching refs:threads
27 Most legacy operating system kernels support an abstraction of threads
29 special resources and mechanisms to maintain these "threads". The Linux
31 between processes and "threads". The kernel allows processes to share
32 resources and thus they can achieve legacy "threads" behavior without
34 power of implementing threads in this manner comes not only from
37 threads. On Linux, at the time of thread creation using the clone system
39 between threads.
42 allows threads to selectively 'unshare' any resources that were being
45 of the discussion on POSIX threads on Linux. unshare augments the
46 usefulness of Linux threads for applications that would like to control
281 about 10 threads. Have a couple of threads execute execve,