MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / omp_get_thread_num

Function omp_get_thread_num

include/dmlc/omp.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27extern "C" {
28#endif
29inline int omp_get_thread_num() __GOMP_NOTHROW { return 0; }
30inline int omp_get_num_threads() __GOMP_NOTHROW { return 1; }
31inline int omp_get_max_threads() __GOMP_NOTHROW { return 1; }
32inline int omp_get_num_procs() __GOMP_NOTHROW { return 1; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected