Changes between Version 17 and Version 18 of WikiStart
- Timestamp:
- Oct 6, 2014, 12:46:06 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v17 v18 36 36 This section describes the user libraries : 37 37 38 === [wiki:library_stdio stdio library] ===38 === [wiki:library_stdio Z1) stdio library] === 39 39 40 40 This library contains all system calls allowing an application … … 42 42 Each function in this library contains at least one SYSCALL instruction to enter the kernel mode. 43 43 44 === [wiki:library_stdlib Z 1) stdlib library] ===44 === [wiki:library_stdlib Z2) stdlib library] === 45 45 46 46 This library contains various utility functions that do not use system calls. 47 47 48 === [wiki:library_mwmr Z 2) MWMR library] ===48 === [wiki:library_mwmr Z3) MWMR library] === 49 49 50 50 This library defines a communication middleware … … 52 52 This middleware does not use system calls. 53 53 54 === [wiki:library_barrier Z 3) barrier library] ===54 === [wiki:library_barrier Z4) barrier library] === 55 55 56 56 This library contains functions used to synchronize … … 58 58 do not use system calls. 59 59 60 === [wiki:library_locks Z 4) spin_lock library] ===60 === [wiki:library_locks Z5) spin_lock library] === 61 61 62 62 This library contains functions used to provide … … 64 64 These functions do not use system calls. 65 65 66 === [wiki:library_malloc Z 5) malloc library] ===66 === [wiki:library_malloc Z6) malloc library] === 67 67 68 68 This library contains functions allowing an user application … … 71 71 is physically distributed on the clusters, and there is actually on allocator per cluster. 72 72 73