| 82 | |
| 83 | This section describes the ALMOS-MKH policy for threads scheduling. |
| 84 | |
| 85 | == J) [wiki:kernel_synchro Kernel level synchronisations] == |
| 86 | |
| 87 | This 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 |
| 88 | to the shared kernel data structures. |
| 89 | |
| 90 | == K) [wiki:kernel_synchro User level synchronisations] == |
| 91 | |
| 92 | This section describes the ALMOS-MKH implementation of the POSIX compliant, user-level synchronisation services: mutex, condor, barrier and semaphore. |