23 GenericThread(
const std::string &name,
const std::string &sync_name) :
34 GenericThread(
const std::string &name,
const std::string &sync_name, GenericThread::ThreadFunc *
function,
void *user_data) :
46 nassertv(_function !=
nullptr);
47 (*_function)(_user_data);
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A thread; that is, a lightweight process.
TypeHandle is the identifier used to differentiate C++ class types.