![]() |
Realm
A distributed, event-based tasking library
|
#include <ucp_internal.h>
Public Member Functions | |
| UCPPoller () | |
| ~UCPPoller ()=default | |
| void | begin_polling () |
| void | end_polling () |
| void | wait_polling () |
| bool | do_work (TimeLimit work_until) |
| void | add_worker (UCPWorker *worker) |
Public Member Functions inherited from Realm::BackgroundWorkItem | |
| BackgroundWorkItem (const std::string &_name) | |
| virtual | ~BackgroundWorkItem (void) |
| void | add_to_manager (BackgroundWorkManager *_manager, int _numa_domain=-1, long long _min_timeslice_needed=-1) |
Additional Inherited Members | |
Protected Member Functions inherited from Realm::BackgroundWorkItem | |
| void | make_active (void) |
Protected Attributes inherited from Realm::BackgroundWorkItem | |
| std::string | name |
| BackgroundWorkManager * | manager |
| int | numa_domain |
| long long | min_timeslice_needed |
| unsigned | index |
| Realm::UCP::UCPPoller::UCPPoller | ( | ) |
|
default |
| void Realm::UCP::UCPPoller::add_worker | ( | UCPWorker * | worker | ) |
| void Realm::UCP::UCPPoller::begin_polling | ( | ) |
|
virtual |
Implements Realm::BackgroundWorkItem.
| void Realm::UCP::UCPPoller::end_polling | ( | ) |
| void Realm::UCP::UCPPoller::wait_polling | ( | ) |