« Previous | Next » 

Revision 4354ab03

ID4354ab03a88efb1620046f03d9c6a44bb6e3d5ff
Parent 00ce8b29
Child 84152b96

Added by Guido Trotter about 16 years ago

SharedLock: fix a wrong unit-test helper code

The _doItDelete helper code was supposed to be used to dispatch threads that
deleted the SharedLock. It actually just acquired it exclusively. This remained
unnoticed as the helper thread is just used to test interaction, not the delete
code by itself, and delete requires an exclusive acquire anyway.

Reviewed-by: imsnah

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences