OpenMP Runtime
OpenMP Runtime Documentation

The OpenMP runtime requires certain parameters to be initialized before the program starts (i.e. reaches main). It provides callback functions and default implementations for these functions in tomp_config.c

The body of the callback functions consist of calls to a predefined set of helper functions. Refer the User Guide for details on configuring the OpenMP runtime.

See also:
__TI_omp_reset
See also:
__TI_omp_configure

__TI_omp_configure consists of calls to the following functions:

See also:
__TI_omp_config_cores
__TI_omp_config_hw_semaphores
__TI_omp_config_hw_queues
__TI_omp_config_thread_stack
 All Classes Files Functions Variables Typedefs Enumerations Defines