CUBRID Engine
latest
|
This is the complete list of members for cubthread::callable_task< Context >, including all inherited members.
callable_task()=delete | cubthread::callable_task< Context > | |
callable_task(const F &f, bool delete_on_retire=true) | cubthread::callable_task< Context > | |
callable_task(F &&f, bool delete_on_retire=true) | cubthread::callable_task< Context > | |
callable_task(const FuncExec &fe, const FuncRetire &fr) | cubthread::callable_task< Context > | |
callable_task(FuncExec &&fe, FuncRetire &&fr) | cubthread::callable_task< Context > | |
context_type typedef | cubthread::task< Context > | |
exec_func_type typedef | cubthread::callable_task< Context > | |
execute(Context &ctx) final | cubthread::callable_task< Context > | inlinevirtual |
m_exec_f | cubthread::callable_task< Context > | private |
m_retire_f | cubthread::callable_task< Context > | private |
retire() final | cubthread::callable_task< Context > | inlinevirtual |
task(void)=default | cubthread::task< Context > | |
~task(void)=default | cubthread::task< Context > | virtual |