OpenMP Runtime
File List
Here is a list of all documented files with brief descriptions:
boot.cInitialize 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.cImplements function hooks to initialize the runtime during boot
osal.h [code]
strings.h [code]Declares strncasecmp
strncasecmp.cImplements strncasecmp
tomp_barrier.cImplements GOMP_barrier
tomp_config.cImplements 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.cDispatcher Implementation for OpenMP
tomp_dsp_heap.cThread safe, coherency aware dynamic memory management routines
tomp_dsp_heap_api.h [code]
tomp_init.cImplements initialization/termination for OMP runtime
tomp_init.h [code]Functions used outside of the openmp module
tomp_lock.cImplements the OMP locking APIs
tomp_log.cSupports various mechanisms for logging errors & tracing
tomp_log.h [code]Supports various mechanisms for logging errors & tracing
tomp_memory.cThread safe, coherency aware dynamic memory management routines
tomp_parallel.cImplements 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.cImplements (1) tasking APIs: GOMP_task, GOMP_taskwait (2) tomp_eoStartTask - the execution object for tasks
tomp_time.cImplements omp_get_[wtime|wtick]
tomp_util.cImplements utility functions
tomp_util.h [code]This file defines utility functions, types, variables and constants
 All Classes Files Functions Variables Typedefs Enumerations Defines