HomeSort by relevance Sort by last modified time
    Searched refs:ScopedThread (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_string.cc 44 ScopedThread t1, t2;
53 ScopedThread t1, t2;
62 ScopedThread t1, t2;
70 ScopedThread t1, t2;
77 ScopedThread t1, t2;
tsan_mop.cc 20 ScopedThread t;
26 ScopedThread t1, t2;
33 ScopedThread t1, t2;
40 ScopedThread t1, t2;
47 ScopedThread t1, t2;
54 ScopedThread t1, t2;
62 ScopedThread t1, t2;
74 ScopedThread t1, t2;
93 ScopedThread t1, t2;
108 ScopedThread t1, t2
    [all...]
tsan_thread.cc 21 ScopedThread t1;
28 ScopedThread t1(true);
34 ScopedThread t1;
tsan_test_util.h 60 class ScopedThread {
62 explicit ScopedThread(bool detached = false, bool main = false);
63 ~ScopedThread();
111 ScopedThread(const ScopedThread&); // Not implemented.
112 void operator = (const ScopedThread&); // Not implemented.
115 class MainThread : public ScopedThread {
118 : ScopedThread(false, true) {
tsan_test_util_linux.cc 228 struct ScopedThread::Impl {
239 void ScopedThread::Impl::HandleEvent(Event *ev) {
324 void *ScopedThread::Impl::ScopedThreadCallback(void *arg) {
344 void ScopedThread::Impl::send(Event *e) {
355 ScopedThread::ScopedThread(bool detached, bool main) {
366 ScopedThread::Impl::ScopedThreadCallback, impl_);
370 ScopedThread::~ScopedThread() {
380 void ScopedThread::Detach()
    [all...]
tsan_bench.cc 94 ScopedThread().Create(m);
96 ScopedThread t;
104 ScopedThread().Destroy(m);
tsan_mutex.cc 23 ScopedThread t;
41 ScopedThread t;
59 ScopedThread t;
100 ScopedThread t1, t2;
116 ScopedThread t1, t2;
132 ScopedThread t1, t2, t3;
157 ScopedThread t1, t2;
183 ScopedThread t1;
206 ScopedThread t1;
tsan_test.cc 21 ScopedThread t1, t2;

Completed in 69 milliseconds