source:
CIVL/mods/dev.civl.com/examples/omp/omp_thread.cvh@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 85 bytes | |
| Rev | Line | |
|---|---|---|
| [c0d806d] | 1 | // procedures that are thread private. |
| 2 | ||
| 3 | int omp_get_thread_num() { | |
| 4 | return __tid; | |
| 5 | } |
Note:
See TracBrowser
for help on using the repository browser.
