source:
CIVL/examples/omp/omp_thread.cvh@
4209e90
| Last change on this file since 4209e90 was e3151da, checked in by , 11 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.
