source:
tests/concurrency/waitfor/inlinemutex.hfa
| Last change on this file was 2b3ebe5, checked in by , 19 hours ago | |
|---|---|
|
|
| File size: 200 bytes | |
| Line | |
|---|---|
| 1 | #include <fstream.hfa> |
| 2 | #include <thread.hfa> |
| 3 | |
| 4 | thread Cleaner {}; |
| 5 | |
| 6 | static inline void ^?{} ( Cleaner &mutex this ) {} |
| 7 | |
| 8 | static inline void cleanup( Cleaner &mutex this ) {} |
| 9 | |
| 10 | void main( Cleaner & this ); |
Note:
See TracBrowser
for help on using the repository browser.