Changes between Version 23 and Version 24 of processus_thread


Ignore:
Timestamp:
Jul 15, 2016, 9:46:49 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • processus_thread

    v23 v24  
    4040 * one '''USER''' thread is created by a pthread_create() system call.
    4141 * 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 several pending RPC requests.
     42 * one '''RPC''' thread is activated by the kernel to execute pending RPC requests.
    4343 * the  '''IDLE''' thread is executed when there is no other thread to execute on a core.
    4444