- Timestamp:
- May 11, 2009 8:02:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/critsect.h
r19531 r19568 305 305 * @param pCritSect The Critical section 306 306 */ 307 DECLINLINE( uint32_t) RTCritSectGetWaiters(PCRTCRITSECT pCritSect)307 DECLINLINE(int32_t) RTCritSectGetWaiters(PCRTCRITSECT pCritSect) 308 308 { 309 309 return pCritSect->cLockers;
Note:
See TracChangeset
for help on using the changeset viewer.