#include "botkernel.h"
Go to the source code of this file.
Functions | |
void * | threadFunc (void *) |
Thread function to manage timeouts. |
Definition in file botkernel.cpp.
void * threadFunc | ( | void * | args | ) |
Thread function to manage timeouts.
Definition at line 1045 of file botkernel.cpp.
References ThreadParams::b, StructFunctionStorage::back, StructFunctionStorage::function, ThreadParams::function, ThreadParams::msg, StructFunctionStorage::object, and ThreadParams::sem.
Referenced by BotKernel::executeFunction().