![]() |
Realm
A distributed, event-based tasking library
|
#include <python_internal.h>
Public Member Functions | |
| virtual | ~TaskRegistration () |
| virtual void | execute_on_processor (Processor p) |
Public Member Functions inherited from Realm::InternalTask | |
| REALM_PMTA_DEFN (InternalTask, IntrusiveListLink< InternalTask >, tl_link) | |
Public Attributes | |
| LocalPythonProcessor * | proc |
| Processor::TaskFuncID | func_id |
| CodeDescriptor * | codedesc |
| ByteArray | user_data |
Public Attributes inherited from Realm::InternalTask | |
| IntrusiveListLink< InternalTask > | tl_link |
Additional Inherited Members | |
Public Types inherited from Realm::InternalTask | |
| typedef IntrusiveList< InternalTask, REALM_PMTA_USE(InternalTask, tl_link), Mutex > | TaskList |
Protected Member Functions inherited from Realm::InternalTask | |
| virtual | ~InternalTask () |
|
inlinevirtual |
|
inlinevirtual |
Implements Realm::InternalTask.
| CodeDescriptor* Realm::LocalPythonProcessor::TaskRegistration::codedesc |
| Processor::TaskFuncID Realm::LocalPythonProcessor::TaskRegistration::func_id |
| LocalPythonProcessor* Realm::LocalPythonProcessor::TaskRegistration::proc |
| ByteArray Realm::LocalPythonProcessor::TaskRegistration::user_data |