|
Pol
Revision:cb584c9
|
Public Attributes | |
| void * | arg |
| void(* | entry )(void *) |
| void(* | entry_noparam )(void) |
| std::string | name |
Definition at line 146 of file threadhelp.cpp.
| void* Pol::threadhelp::ThreadData::arg |
Definition at line 152 of file threadhelp.cpp.
Referenced by Pol::threadhelp::create_thread(), Pol::threadhelp::start_thread(), and Pol::threadhelp::thread_stub2().
| void( * Pol::threadhelp::ThreadData::entry) (void *) |
Definition at line 150 of file threadhelp.cpp.
Referenced by Pol::threadhelp::create_thread(), Pol::threadhelp::start_thread(), and Pol::threadhelp::thread_stub2().
| void( * Pol::threadhelp::ThreadData::entry_noparam) (void) |
Definition at line 151 of file threadhelp.cpp.
Referenced by Pol::threadhelp::create_thread(), Pol::threadhelp::start_thread(), and Pol::threadhelp::thread_stub2().
| std::string Pol::threadhelp::ThreadData::name |
Definition at line 149 of file threadhelp.cpp.
Referenced by Pol::threadhelp::create_thread(), Pol::threadhelp::start_thread(), and Pol::threadhelp::thread_stub2().