#include "test.h"
#include <atomic>
#include <iostream>
#include "threading/semaphore.h"
#include "threading/thread.h"
Classes | |
class | TestThreading |
class | SimpleTestThread |
class | AtomicTestThread |
class | TLSTestThread |
struct | TLSTestThread::TestObject |
Variables | |
static TestThreading | g_test_instance |
static std::atomic< bool > | g_tls_broken |
|
static |
|
static |
Referenced by TLSTestThread::TestObject::~TestObject(), and TestThreading::testTLS().