Changeset 33155 in vbox for trunk/include
- Timestamp:
- Oct 15, 2010 12:07:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/semaphore.h
r33011 r33155 222 222 223 223 /** 224 * Gets the best timeout resolution that RTSemEventWaitEx can do. 225 * 226 * @returns The resolution in nanoseconds. 227 */ 228 RTDECL(uint32_t) RTSemEventGetResolution(void); 229 230 /** 224 231 * Sets the signaller thread to one specific thread. 225 232 * … … 388 395 RTDECL(int) RTSemEventMultiWaitExDebug(RTSEMEVENTMULTI hEventMultiSem, uint32_t fFlags, uint64_t uTimeout, 389 396 RTHCUINTPTR uId, RT_SRC_POS_DECL); 397 398 /** 399 * Gets the best timeout resolution that RTSemEventMultiWaitEx can do. 400 * 401 * @returns The resolution in nanoseconds. 402 */ 403 RTDECL(uint32_t) RTSemEventMultiGetResolution(void); 390 404 391 405 /**
Note:
See TracChangeset
for help on using the changeset viewer.