coins.mdf
クラス DeclareExternVariables

java.lang.Object
  |
  +--coins.mdf.DeclareExternVariables

class DeclareExternVariables
extends java.lang.Object

Declaration of the extern variables.


フィールドの概要
(パッケージプライベート)  Subp destroyLock
          The function `omp_destroy_lock()'
(パッケージプライベート)  Subp getThreadNum
          The function `omp_get_thread_num()'
(パッケージプライベート)  Subp initLock
          The function `omp_init_Lock()'
(パッケージプライベート)  Subp setLock
          The function `omp_set_lock()'
(パッケージプライベート)  Subp setNumThreads
          The function `omp_num_threads()'
(パッケージプライベート)  Subp unsetLock
          The function `omp_unset_lock()'
 
コンストラクタの概要
(パッケージプライベート) DeclareExternVariables(Sym symFact, SymRoot symRoot)
          Constructor
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

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()'

コンストラクタの詳細

DeclareExternVariables

DeclareExternVariables(Sym symFact,
                       SymRoot symRoot)
Constructor

パラメータ:
symFact - The factory of the Sym
symRoot - The SymRoot