- Timestamp:
- May 8, 2009 2:40:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/critsect.h
r8245 r19531 299 299 } 300 300 301 /** 302 * Gets the waiter count 303 * 304 * @returns The waiter count 305 * @param pCritSect The Critical section 306 */ 307 DECLINLINE(uint32_t) RTCritSectGetWaiters(PCRTCRITSECT pCritSect) 308 { 309 return pCritSect->cLockers; 310 } 311 301 312 #endif /* IN_RING3 */ 302 313 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.