source:
tests/concurrency/waitfor/static_inline.cfa
| Last change on this file was 2b3ebe5, checked in by , 20 hours ago | |
|---|---|
|
|
| File size: 152 bytes | |
| Line | |
|---|---|
| 1 | #include "inlinemutex.hfa" |
| 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.