Searched defs:main_thread (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/none/tests/
H A Dpth_blockedsig.c11 static pthread_t main_thread; variable
23 if (pthread_kill (main_thread, SIGUSR1) != 0)
49 main_thread = pthread_self ();
/external/compiler-rt/test/tsan/
H A Datomic_norace.cc8 void Test(int test, T *p, bool main_thread) { argument
11 if (main_thread)
16 if (main_thread)
21 if (main_thread)
26 if (main_thread)
H A Datomic_race.cc8 void Test(int test, T *p, bool main_thread) { argument
11 if (main_thread)
16 if (main_thread)
21 if (main_thread)
26 if (main_thread)
/external/google-breakpad/src/client/mac/tests/
H A Dcrash_generation_server_test.cc264 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0); local
265 ASSERT_TRUE(main_thread);
266 MinidumpContext* context = main_thread->GetContext();
343 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0); local
344 ASSERT_TRUE(main_thread);
345 MinidumpContext* context = main_thread->GetContext();
H A Dminidump_generator_test.cc124 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0); local
125 ASSERT_TRUE(main_thread);
126 MinidumpContext* context = main_thread->GetContext();
215 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0); local
216 ASSERT_TRUE(main_thread);
217 MinidumpContext* context = main_thread->GetContext();
305 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0); local
306 ASSERT_TRUE(main_thread);
307 MinidumpContext* context = main_thread->GetContext();
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc133 ThreadContextBase *main_thread = registry->GetThreadLocked(0); local
134 EXPECT_EQ(main_thread, registry->FindThreadContextLocked(
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc532 AsanThread *main_thread = AsanThread::Create( local
535 CHECK_EQ(0, main_thread->tid());
536 SetCurrentThread(main_thread);
537 main_thread->ThreadStart(internal_getpid(),
/external/compiler-rt/lib/msan/
H A Dmsan.cc418 MsanThread *main_thread = MsanThread::Create(nullptr, nullptr); local
419 SetCurrentThread(main_thread);
420 main_thread->ThreadStart();
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c281 pthread_t reader_thread, writer_thread, main_thread; variable
4416 main_thread = pthread_self();

Completed in 226 milliseconds