Home
last modified time | relevance | path

Searched refs:main_thread (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/test/tsan/
Datomic_race.cc8 void Test(int test, T *p, bool main_thread) { in Test() argument
11 if (main_thread) in Test()
16 if (main_thread) in Test()
21 if (main_thread) in Test()
26 if (main_thread) in Test()
Datomic_norace.cc8 void Test(int test, T *p, bool main_thread) { in Test() argument
11 if (main_thread) in Test()
16 if (main_thread) in Test()
21 if (main_thread) in Test()
26 if (main_thread) in Test()
/external/google-breakpad/src/client/mac/tests/
Dminidump_generator_test.cc124 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0); in TEST_F() local
125 ASSERT_TRUE(main_thread); in TEST_F()
126 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
215 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0); in TEST_F() local
216 ASSERT_TRUE(main_thread); in TEST_F()
217 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
305 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0); in TEST_F() local
306 ASSERT_TRUE(main_thread); in TEST_F()
307 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
Dcrash_generation_server_test.cc264 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0); in TEST_F() local
265 ASSERT_TRUE(main_thread); in TEST_F()
266 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
343 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0); in TEST_F() local
344 ASSERT_TRUE(main_thread); in TEST_F()
345 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
/external/valgrind/none/tests/
Dpth_blockedsig.c11 static pthread_t main_thread; variable
23 if (pthread_kill (main_thread, SIGUSR1) != 0) in child_main()
49 main_thread = pthread_self (); in main()
/external/chromium-trace/catapult/third_party/typ/typ/fakes/
Dtest_result_server_fake.py37 server.main_thread = thread
54 self.main_thread = None
59 self.main_thread.join()
/external/squashfs-tools/squashfs-tools/
Drestore.c49 extern pthread_t reader_thread, writer_thread, main_thread;
120 pthread_cancel(main_thread); in restore_thrd()
121 pthread_join(main_thread, NULL); in restore_thrd()
Dmksquashfs.c280 pthread_t reader_thread, writer_thread, main_thread; variable
4396 main_thread = pthread_self(); in initialise_threads()
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dtrace_event_stats_unittest.py39 self.main_thread = self.renderer_process.GetOrCreateThread(tid=11)
46 return self.main_thread
Drendering_frame_unittest.py109 main_thread = process.GetOrCreateThread(tid=11)
115 main_thread.PushSlice(event)
/external/compiler-rt/lib/asan/
Dasan_rtl.cc532 AsanThread *main_thread = AsanThread::Create( in AsanInitInternal() local
535 CHECK_EQ(0, main_thread->tid()); in AsanInitInternal()
536 SetCurrentThread(main_thread); in AsanInitInternal()
537 main_thread->ThreadStart(internal_getpid(), in AsanInitInternal()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc133 ThreadContextBase *main_thread = registry->GetThreadLocked(0); in TestRegistry() local
134 EXPECT_EQ(main_thread, registry->FindThreadContextLocked( in TestRegistry()
/external/compiler-rt/lib/msan/
Dmsan.cc418 MsanThread *main_thread = MsanThread::Create(nullptr, nullptr); in __msan_init() local
419 SetCurrentThread(main_thread); in __msan_init()
420 main_thread->ThreadStart(); in __msan_init()