
Public Member Functions | |
| RunTaskArgsList (TaskSequencer *me, C *c, RunTaskArgsList *tail) | |
Public Attributes | |
| TaskSequencer * | me |
| C * | c |
| std::thread | thread |
| RunTaskArgsList * | tail |
Definition at line 225 of file kaldi-thread.h.
|
inline |
Definition at line 230 of file kaldi-thread.h.
| C* c |
Definition at line 227 of file kaldi-thread.h.
Referenced by TaskSequencer< C >::RunTask().
| TaskSequencer* me |
Definition at line 226 of file kaldi-thread.h.
Referenced by TaskSequencer< C >::RunTask().
| RunTaskArgsList* tail |
Definition at line 229 of file kaldi-thread.h.
Referenced by TaskSequencer< C >::RunTask().
| std::thread thread |
Definition at line 228 of file kaldi-thread.h.
Referenced by TaskSequencer< C >::RunTask().