Luanti 5.11.0-dev
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
LambdaThread Member List

This is the complete list of members for LambdaThread, including all inherited members.

bindToProcessor(unsigned int proc_number)Thread
getCurrentThread()Threadstatic
getNumberOfProcessors()Threadstatic
getReturnValue(void **ret)Thread
getThreadHandle()Threadinlineprivate
getThreadId()Threadinline
isCurrentThread()Threadinline
isRunning()Threadinline
LambdaThread(const std::string &name="")LambdaThreadinlineprivate
m_exptrLambdaThreadprivate
m_fnLambdaThreadprivate
m_joinableThreadprivate
m_mutexThreadprivate
m_nameThreadprotected
m_request_stopThreadprivate
m_retvalThreadprivate
m_runningThreadprivate
m_start_finished_mutexThreadprivate
m_thread_objThreadprivate
rethrow()LambdaThreadinline
run()LambdaThreadinlineprivatevirtual
runInThread(const std::function< void()> &fn, const std::string &thread_name="")LambdaThreadfriend
setName(const std::string &name)Threadstatic
setPriority(int prio)Thread
start()LambdaThreadprivate
stop()Thread
stopRequested()Threadinline
Thread(const std::string &name="")Thread
threadProc(Thread *thr)Threadprivatestatic
wait()Thread
~Thread()Threadvirtual