HomeSort by: relevance | last modified time | path
    Searched refs:ScopedThread (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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 68 class ScopedThread {
70 explicit ScopedThread(bool detached = false, bool main = false);
71 ~ScopedThread();
119 ScopedThread(const ScopedThread&); // Not implemented.
120 void operator = (const ScopedThread&); // Not implemented.
123 class MainThread : public ScopedThread {
126 : ScopedThread(false, true) {
tsan_test_util_posix.cc 235 struct ScopedThread::Impl {
246 void ScopedThread::Impl::HandleEvent(Event *ev) {
331 void *ScopedThread::Impl::ScopedThreadCallback(void *arg) {
351 void ScopedThread::Impl::send(Event *e) {
362 ScopedThread::ScopedThread(bool detached, bool main) {
374 ScopedThread::Impl::ScopedThreadCallback, impl_);
378 ScopedThread::~ScopedThread() {
388 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 15 milliseconds