Changes between Version 49 and Version 50 of WikiStart


Ignore:
Timestamp:
Oct 6, 2018, 7:47:08 PM (6 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v49 v50  
    8080
    8181== I) [wiki:scheduler Threads Scheduling] ==
     82
     83This section describes the ALMOS-MKH policy for threads scheduling.
     84
     85== J) [wiki:kernel_synchro Kernel level synchronisations] ==
     86
     87This section describes the synchronisation primitives used by ALMO-MKH, namely the barriers used during the parallel kernel initialization, and the locks used to protect concurrent access
     88to the shared  kernel data structures.
     89
     90== K) [wiki:kernel_synchro User level synchronisations] ==
     91
     92This section describes the ALMOS-MKH implementation of the POSIX compliant, user-level synchronisation services: mutex, condor, barrier and semaphore.