source:
tests/concurrency/waitfor/static_inline.cfa@
d8a3073
| Last change on this file since d8a3073 was 2b3ebe5, checked in by , 4 months 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.