coins.mdf
Class DeclareExternVariables

java.lang.Object
  extended bycoins.mdf.DeclareExternVariables

class DeclareExternVariables
extends java.lang.Object

Declaration of the extern variables.


Field Summary
(package private)  Subp destroyLock
          The function `omp_destroy_lock()'
(package private)  Subp getThreadNum
          The function `omp_get_thread_num()'
(package private)  Subp initLock
          The function `omp_init_Lock()'
(package private)  Subp setLock
          The function `omp_set_lock()'
(package private)  Subp setNumThreads
          The function `omp_num_threads()'
(package private)  Subp unsetLock
          The function `omp_unset_lock()'
 
Constructor Summary
(package private) DeclareExternVariables(Sym symFact, SymRoot symRoot)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initLock

final Subp initLock
The function `omp_init_Lock()'


setLock

final Subp setLock
The function `omp_set_lock()'


unsetLock

final Subp unsetLock
The function `omp_unset_lock()'


destroyLock

final Subp destroyLock
The function `omp_destroy_lock()'


getThreadNum

final Subp getThreadNum
The function `omp_get_thread_num()'


setNumThreads

final Subp setNumThreads
The function `omp_num_threads()'

Constructor Detail

DeclareExternVariables

DeclareExternVariables(Sym symFact,
                       SymRoot symRoot)
Constructor

Parameters:
symFact - The factory of the Sym
symRoot - The SymRoot