Changeset 25617 in vbox for trunk/include
- Timestamp:
- Jan 2, 2010 12:14:47 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56308
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/lockvalidator.h
r25614 r25617 637 637 RTDECL(void) RTLockValidatorReadLockDec(RTTHREAD Thread); 638 638 639 /** 640 * Query which lock the specified thread is waiting on. 641 * 642 * @returns The lock handle value or NULL. 643 * @param hThread The thread in question. 644 */ 645 RTDECL(void *) RTLockValidatorQueryBlocking(RTTHREAD hThread); 646 639 647 640 648
Note:
See TracChangeset
for help on using the changeset viewer.