![]() |
![]() |
OpenMP Runtime
|
boot.c | Initialize the OpenMP runtime environment |
gomp.h [code] | |
gomp_libgomp.h [code] | Declares gomp_schedule_type, gomp_work_share |
gomp_ptrlock.h [code] | |
omp.h [code] | OMP header file to include in user applications |
omp_init.c | Implements function hooks to initialize the runtime during boot |
osal.h [code] | |
strings.h [code] | Declares strncasecmp |
strncasecmp.c | Implements strncasecmp |
tomp_barrier.c | Implements GOMP_barrier |
tomp_config.c | Implements default versions of configuration functions |
tomp_config.h [code] | Defines the configuration structure used by the OpenMP runtime |
tomp_defs.h [code] | Defines various constants used by the TOMP runtime |
tomp_dispatch.c | Dispatcher Implementation for OpenMP |
tomp_dsp_heap.c | Thread safe, coherency aware dynamic memory management routines |
tomp_dsp_heap_api.h [code] | |
tomp_init.c | Implements initialization/termination for OMP runtime |
tomp_init.h [code] | Functions used outside of the openmp module |
tomp_lock.c | Implements the OMP locking APIs |
tomp_log.c | Supports various mechanisms for logging errors & tracing |
tomp_log.h [code] | Supports various mechanisms for logging errors & tracing |
tomp_memory.c | Thread safe, coherency aware dynamic memory management routines |
tomp_parallel.c | Implements GOMP_parallel_[start|end] |
tomp_parallel.h [code] | Declares various OMP data structures such as thread, teamstate team etc |
tomp_qmss.c | |
tomp_qmss.h [code] | API to access the QMSS sub-system |
tomp_qmss_api.h [code] | |
tomp_task.c | Implements (1) tasking APIs: GOMP_task, GOMP_taskwait (2) tomp_eoStartTask - the execution object for tasks |
tomp_time.c | Implements omp_get_[wtime|wtick] |
tomp_util.c | Implements utility functions |
tomp_util.h [code] | This file defines utility functions, types, variables and constants |