Home | History | Annotate | Download | only in tests

Lines Matching defs: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 implementations are not thread-safe
15 * Even for non-thread-safe smart pointers it is possible to have different
75 class Thread
78 Thread() : m_thread(INVALID_HANDLE_VALUE) { }
79 ~Thread() { }
136 class Thread
139 Thread() : m_tid() { }
140 ~Thread() { }
315 std::vector<Thread> T(nthreads);
318 for (std::vector<Thread>::iterator q = T.begin(); q != T.end(); q++)
327 for (std::vector<Thread>::iterator q = T.begin(); q != T.end(); q++)