source:
tests/concurrency/waitfor/static_inline.cfa
| Last change on this file was 2b3ebe5, checked in by , 34 hours ago | |
|---|---|
|
|
| File size: 152 bytes | |
| Rev | Line | |
|---|---|---|
| [2b3ebe5] | 1 | #include "inlinemutex.hfa" |
| [f1cb193] | 2 | |
| 3 | int main() { | |
| 4 | // Creates a thread that will call the destructor | |
| 5 | // when the thread exits | |
| 6 | Cleaner c; | |
| 7 | cleanup( c ); | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.