VirtualBox

Changeset 25617 in vbox for trunk/include


Ignore:
Timestamp:
Jan 2, 2010 12:14:47 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56308
Message:

iprt: Added lock validator testcase for read-write semaphore deadlocks. Fixed bugs found with it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/lockvalidator.h

    r25614 r25617  
    637637RTDECL(void) RTLockValidatorReadLockDec(RTTHREAD Thread);
    638638
     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 */
     645RTDECL(void *) RTLockValidatorQueryBlocking(RTTHREAD hThread);
     646
    639647
    640648
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette