Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::ThreadPool Member List

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_rsrvsRealm::ThreadPoolprotected
get_associated_pool(bool warn_if_missing)Realm::ThreadPoolstatic
get_num_workers() constRealm::ThreadPoolinline
get_worker_info(bool warn_if_missing)Realm::ThreadPoolstatic
num_workersRealm::ThreadPoolprotected
procRealm::ThreadPoolprotected
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_infosRealm::ThreadPoolprotected
worker_threadsRealm::ThreadPoolprotected
workers_runningRealm::ThreadPoolprotected
~ThreadPool(void)Realm::ThreadPool