pthread_setname_np only accepts 16-byte null-terminated strings, so any names longer than this will need to be truncated. |
||
|---|---|---|
| .. | ||
| BackgroundAction.cpp | ||
| BackgroundAction.h | ||
| CMakeLists.txt | ||
| ConditionVariable.h | ||
| Forward.h | ||
| Mutex.h | ||
| MutexProtected.h | ||
| RWLock.h | ||
| RWLockProtected.h | ||
| Thread.cpp | ||
| Thread.h | ||
| WorkerThread.h | ||