Changeset 21513 in vbox for trunk/include/iprt/types.h
- Timestamp:
- Jul 12, 2009 7:17:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r21106 r21513 1158 1158 * Fast mutex Semaphore handle. */ 1159 1159 typedef R3R0PTRTYPE(struct RTSEMFASTMUTEXINTERNAL *) RTSEMFASTMUTEX; 1160 /** Pointer to a mutex semaphore handle. */1160 /** Pointer to a fast mutex semaphore handle. */ 1161 1161 typedef RTSEMFASTMUTEX *PRTSEMFASTMUTEX; 1162 1162 /** Nil fast mutex semaphore handle. */ … … 1170 1170 /** Nil mutex semaphore handle. */ 1171 1171 #define NIL_RTSEMMUTEX 0 1172 1173 /** @typedef RTSEMSPINMUTEX 1174 * Spinning mutex Semaphore handle. */ 1175 typedef R3R0PTRTYPE(struct RTSEMSPINMUTEXINTERNAL *) RTSEMSPINMUTEX; 1176 /** Pointer to a spinning mutex semaphore handle. */ 1177 typedef RTSEMSPINMUTEX *PRTSEMSPINMUTEX; 1178 /** Nil spinning mutex semaphore handle. */ 1179 #define NIL_RTSEMSPINMUTEX 0 1172 1180 1173 1181 /** @typedef RTSEMRW
Note:
See TracChangeset
for help on using the changeset viewer.