| 27 | extern "C" { |
| 28 | #endif |
| 29 | inline int omp_get_thread_num() __GOMP_NOTHROW { return 0; } |
| 30 | inline int omp_get_num_threads() __GOMP_NOTHROW { return 1; } |
| 31 | inline int omp_get_max_threads() __GOMP_NOTHROW { return 1; } |
| 32 | inline int omp_get_num_procs() __GOMP_NOTHROW { return 1; } |
nothing calls this directly
no outgoing calls
no test coverage detected