Changeset 638 for trunk/kernel
- Timestamp:
- Jul 18, 2019, 6:48:08 PM (5 years ago)
- Location:
- trunk/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/fs/fatfs.h
r629 r638 171 171 172 172 /***************************************************************************************** 173 * This structure defines a FATFS specific context (extension to VFS context).173 * This structure defines a FATFS specific context extension to the VFS context. 174 174 * This fatfs context is replicated in all clusters. 175 175 * -
trunk/kernel/syscalls/shared_include/shared_pthread.h
r604 r638 98 98 /******************************************************************************************* 99 99 * These typedef and enum define the shared informations related to POSIX barriers. 100 * The following struct is NOT used in the current implementation or the POSIX barrier 101 * that is based on a - non scalable - single shared variable. 102 * It can be used by another implementation, based on a distributed quadtree implemented 103 * in user space, and relying on a busy waiting policy. 100 * The following struct is only used in the QDT implementation or the POSIX barrier. 104 101 ******************************************************************************************/ 105 102
Note: See TracChangeset
for help on using the changeset viewer.