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

This is the complete list of members for Realm::ThreadScheduler, including all inherited members.

set_thread_priority(Thread *thread, int new_priority)=0Realm::ThreadSchedulerpure virtual
thread_blocking(Thread *thread)=0Realm::ThreadSchedulerpure virtual
thread_ready(Thread *thread)=0Realm::ThreadSchedulerpure virtual
thread_starting(Thread *thread)=0Realm::ThreadSchedulerpure virtual
thread_terminating(Thread *thread)=0Realm::ThreadSchedulerpure virtual
try_update_thread_state(Thread *thread, Thread::State old_state, Thread::State new_state)Realm::ThreadSchedulerprotected
update_thread_state(Thread *thread, Thread::State new_state)Realm::ThreadSchedulerprotected
~ThreadScheduler(void)Realm::ThreadSchedulervirtual