Home | History | Annotate | Download | only in tests

Lines Matching refs:Thread

6  * - whether or not the methods of the objects pointed at are thread-safe.
8 * - whether or not the smart pointer object itself is thread-safe.
10 * Most smart pointer implemenations are not thread-safe
15 * Even for non-thread-safe smart pointers it is possible to have different
74 class Thread
77 Thread() : m_thread(INVALID_HANDLE_VALUE) { }
78 ~Thread() { }
135 class Thread
138 Thread() : m_tid() { }
139 ~Thread() { }
314 Thread T[nthreads];