source: tests/concurrency/waitfor/inlinemutex.hfa

stuck-waitfor-destruct
Last change on this file was 2b3ebe5, checked in by Matthew Au-Yeung <mw2auyeu@…>, 19 hours ago

fixup tests more

  • Property mode set to 100644
File size: 200 bytes
Line 
1#include <fstream.hfa>
2#include <thread.hfa>
3
4thread Cleaner {};
5
6static inline void ^?{} ( Cleaner &mutex this ) {}
7
8static inline void cleanup( Cleaner &mutex this ) {}
9
10void main( Cleaner & this );
Note: See TracBrowser for help on using the repository browser.