reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofThread Member List

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

getNativeThread()ofThread
getNativeThread() constofThread
getThreadId() constofThread
getThreadName() constofThread
INFINITE_JOIN_TIMEOUT enum valueofThread
isCurrentThread() constofThread
isThreadRunning() constofThread
lock()ofThread
mutexofThreadmutableprotected
OF_DEPRECATED_MSG("Use tryLock instead of setting the type of lock on startThread", void startThread(bool mutexBlocks))ofThread
ofThread()ofThread
setThreadName(const std::string &name)ofThread
sleep(long milliseconds)ofThread
startThread()ofThread
stopThread()ofThread
threadofThreadprotected
threadedFunction()ofThreadprotectedvirtual
tryLock()ofThread
unlock()ofThread
waitForThread(bool callStopThread=true, long milliseconds=INFINITE_JOIN_TIMEOUT)ofThread
yield()ofThread