Changeset 25624 in vbox for trunk/include
- Timestamp:
- Jan 3, 2010 3:23:27 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/semaphore.h
r25620 r25624 281 281 */ 282 282 RTDECL(int) RTSemMutexRelease(RTSEMMUTEX MutexSem); 283 284 /** 285 * Checks if the mutex semaphore is owned or not. 286 * 287 * @returns true if owned, false if not. 288 * @param hMutex The mutex semaphore. 289 */ 290 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutex); 283 291 284 292 /* Strict build: Remap the two request calls to the debug versions. */
Note:
See TracChangeset
for help on using the changeset viewer.