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() const | ofThread | |
getThreadId() const | ofThread | |
getThreadName() const | ofThread | |
INFINITE_JOIN_TIMEOUT enum value | ofThread | |
isCurrentThread() const | ofThread | |
isThreadRunning() const | ofThread | |
lock() | ofThread | |
mutex | ofThread | mutableprotected |
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 | |
thread | ofThread | protected |
threadedFunction() | ofThread | protectedvirtual |
tryLock() | ofThread | |
unlock() | ofThread | |
waitForThread(bool callStopThread=true, long milliseconds=INFINITE_JOIN_TIMEOUT) | ofThread | |
yield() | ofThread |