Changeset 604 for trunk/kernel/syscalls/shared_include
- Timestamp:
- Dec 3, 2018, 12:18:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/shared_include/shared_pthread.h
r581 r604 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 104 ******************************************************************************************/ 101 105
Note: See TracChangeset
for help on using the changeset viewer.