Linux中的线程是轻量级线程(lightweight thread),相当于Unix系统中的进程。Linux中线程调度是由内核调度程序完成的,每个线程有自己的ID号。
基于60个网页-相关网页
Very lightweight and non thread safe.
很轻量但是并不是线程安全的。
This allows each process to be significantly more lightweight in terms of memory and CPU requirements than a native OS thread.
这允许各进程在内存和CPU需求方面比本地OS线程更为轻量。
The Linux kernel provides a lightweight process framework for creating threads; the actual thread implementation is in the user space.
Linux内核提供了一个轻量级进程框架来创建线程;实际的线程在用户空间中实现。
应用推荐