14 #ifndef EXTERNALTHREAD_H 15 #define EXTERNALTHREAD_H 27 ExternalThread(
const std::string &name,
const std::string &sync_name);
28 virtual void thread_main();
35 static void init_type() {
38 Thread::get_class_type());
41 return get_class_type();
43 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The special "external thread" class.
A thread; that is, a lightweight process.
TypeHandle is the identifier used to differentiate C++ class types.