Changes between Version 8 and Version 9 of kernel_switch


Ignore:
Timestamp:
Dec 9, 2016, 5:52:51 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_switch

    v8 v9  
    4444== __thread states__ ==
    4545
    46 A thread is statically allocated to a physical processor, as defined in the mapping, and the GIET-VM does not support thread migration. There is one scheduler per processor, and the max number of threads on one single processor cannot be larger than 13.  The giet VM supports both user threads, that can dymamically activated by the applications, using the POSIX threads API), and kernel threads that are statically created at kernel init, to support background tasks.
     46A thread is statically allocated to a physical processor, as defined in the mapping, and the GIET-VM does not support thread migration. There is one scheduler per processor, and the max number of threads on one single processor cannot be larger than 13.  The giet VM supports both user threads, that can dymamically activated by the applications using the POSIX threads API, and kernel threads that are statically created at kernel init, to support background tasks.
    4747
    4848Both User and Kernel threads can be in three different states: