Changes between Version 23 and Version 24 of processus_thread
- Timestamp:
- Jul 15, 2016, 9:46:49 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
processus_thread
v23 v24 40 40 * one '''USER''' thread is created by a pthread_create() system call. 41 41 * one '''KERNEL''' thread is created by the kernel to execute a kernel service in a cluster. 42 * one '''RPC''' thread is activated by the kernel to execute one or severalpending RPC requests.42 * one '''RPC''' thread is activated by the kernel to execute pending RPC requests. 43 43 * the '''IDLE''' thread is executed when there is no other thread to execute on a core. 44 44