STLdoc
STLdocumentation
|
This is the complete list of members for Concurrency::agent, including all inherited members.
_Agent_task_wrapper(void *data) | Concurrency::agent | privatestatic |
_M_fCancelable | Concurrency::agent | private |
_M_fStartable | Concurrency::agent | private |
_M_pScheduleGroup | Concurrency::agent | private |
_M_pScheduler | Concurrency::agent | private |
_M_status | Concurrency::agent | protected |
agent() | Concurrency::agent | |
agent(agent const &) | Concurrency::agent | private |
cancel() | Concurrency::agent | |
done() | Concurrency::agent | protected |
operator=(agent const &) | Concurrency::agent | private |
run()=0 | Concurrency::agent | protectedpure virtual |
start() | Concurrency::agent | |
status() | Concurrency::agent | |
status_port() | Concurrency::agent | |
wait(_Inout_ agent *_PAgent, unsigned int _Timeout=COOPERATIVE_TIMEOUT_INFINITE) | Concurrency::agent | static |
wait_for_all(size_t _Count, _In_reads_(_Count) agent **_PAgents, _Out_writes_opt_(_Count) agent_status *_PStatus=NULL, unsigned int _Timeout=COOPERATIVE_TIMEOUT_INFINITE) | Concurrency::agent | static |
wait_for_one(size_t _Count, _In_reads_(_Count) agent **_PAgents, agent_status &_Status, size_t &_Index, unsigned int _Timeout=COOPERATIVE_TIMEOUT_INFINITE) | Concurrency::agent | static |
~agent() | Concurrency::agent | virtual |