source:
CIVL/mods/dev.civl.abc/examples/link/pthread/simplepthread.cvl
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 193 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | #ifdef __CIVL_SIMPLEPTHREAD__ |
| 2 | #else | |
| 3 | #define __CIVL_SIMPLEPTHREAD__ | |
| 4 | #include <civlc.cvh> | |
| 5 | #include <simplepthread.h> | |
| 6 | #include <civlpthread.cvh> | |
| 7 | ||
| 8 | extern __pthread_pool_t _pool={.len = 0}; | |
| 9 | ||
| 10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
