
Go to the source code of this file.
Data Structures | |
| class | TCharmClient1D |
Typedefs | |
| typedef void(* | TCHARM_Fallback_setup_fn )(void) |
Functions | |
| void | TCHARM_Set_fallback_setup (TCHARM_Fallback_setup_fn f) |
| int | TCHARM_Register_thread_function (TCHARM_Thread_data_start_fn fn) |
| CkArrayOptions | TCHARM_Attach_start (CkArrayID *retTCharmArray, int *retNumElts=0) |
| CkArrayID | TCHARM_Get_threads (void) |
| void | TCHARM_Suspend (void) |
| Suspend the current thread. Resume by calling thread->resume(). | |
| typedef void(* TCHARM_Fallback_setup_fn)(void) |
| void TCHARM_Set_fallback_setup | ( | TCHARM_Fallback_setup_fn | f | ) |
Definition at line 600 of file tcharm.C.
References g_fallbackSetup.
Referenced by ampiNodeInit(), armciProcInit(), and MBlockProcInit().

| int TCHARM_Register_thread_function | ( | TCHARM_Thread_data_start_fn | fn | ) |
| CkArrayOptions TCHARM_Attach_start | ( | CkArrayID * | retTCharmArray, | |
| int * | retNumElts = 0 | |||
| ) |
Definition at line 735 of file tcharm.C.
References CkArrayOptions::bindTo(), TCharm::get(), TCharm::getNumElements(), and TCharm::getProxy().
Referenced by ampiInit(), ARMCI_Init(), and MBLK_Init().


| CkArrayID TCHARM_Get_threads | ( | void | ) |
Definition at line 539 of file tcharm.C.
References TCharm::get(), and TCharm::getProxy().

| void TCHARM_Suspend | ( | void | ) |
Suspend the current thread. Resume by calling thread->resume().
Definition at line 751 of file tcharm.C.
References TCharm::get(), and TCharm::suspend().

1.5.5