![]() |
Realm
A distributed, event-based tasking library
|
This is the complete list of members for Realm::ThreadPool, including all inherited members.
| associate_as_master(void) | Realm::ThreadPool | |
| claim_workers(int count, std::set< int > &worker_ids) | Realm::ThreadPool | |
| core_rsrvs | Realm::ThreadPool | protected |
| get_associated_pool(bool warn_if_missing) | Realm::ThreadPool | static |
| get_num_workers() const | Realm::ThreadPool | inline |
| get_worker_info(bool warn_if_missing) | Realm::ThreadPool | static |
| num_workers | Realm::ThreadPool | protected |
| proc | Realm::ThreadPool | protected |
| start_worker(int worker_id, int thread_id, int num_threads, void(*fnptr)(void *data), void *data, WorkItem *work_item) | Realm::ThreadPool | |
| start_worker_threads(void) | Realm::ThreadPool | |
| stop_worker_threads(void) | Realm::ThreadPool | |
| ThreadPool(Processor _proc, int _num_workers, const std::string &_name_prefix, int _numa_node, size_t _stack_size, CoreReservationSet &crs) | Realm::ThreadPool | |
| worker_entry(void) | Realm::ThreadPool | |
| worker_infos | Realm::ThreadPool | protected |
| worker_threads | Realm::ThreadPool | protected |
| workers_running | Realm::ThreadPool | protected |
| ~ThreadPool(void) | Realm::ThreadPool |