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

/external/valgrind/main/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.cc10 void Test(int test, T *p, bool main_thread) { argument
13 if (main_thread)
18 if (main_thread)
23 if (main_thread)
28 if (main_thread)
H A Datomic_race.cc10 void Test(int test, T *p, bool main_thread) { argument
13 if (main_thread)
18 if (main_thread)
23 if (main_thread)
28 if (main_thread)
/external/chromium_org/content/child/
H A Dchild_process.cc75 ChildThread* ChildProcess::main_thread() { function in class:content::ChildProcess
/external/chromium_org/ppapi/proxy/
H A Dresource_reply_thread_registrar.cc18 scoped_refptr<base::MessageLoopProxy> main_thread)
19 : main_thread_(main_thread) {
17 ResourceReplyThreadRegistrar( scoped_refptr<base::MessageLoopProxy> main_thread) argument
/external/chromium_org/cc/debug/
H A Drendering_stats_instrumentation.cc75 bool main_thread) {
80 if (main_thread)
74 IncrementFrameCount(int64 count, bool main_thread) argument
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscostask.c43 pthread_t main_thread; variable
115 main_thread = pthread_self();
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_worker_v3.cc98 const scoped_refptr<base::SingleThreadTaskRunner>& main_thread)
96 Worker( const base::FilePath& path, const scoped_refptr<base::SingleThreadTaskRunner>& main_thread) argument
/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/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc447 rtc::Thread* main_thread = rtc::Thread::Current(); local
466 Console *console = new Console(main_thread, client);
489 main_thread->Run();
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc677 AsanThread *main_thread = AsanThread::Create(0, 0); local
678 CreateThreadContextArgs create_main_args = { main_thread, 0 };
682 SetCurrentThread(main_thread);
683 main_thread->ThreadStart(internal_getpid());
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.cc218 pthread_t main_thread; local
219 int ret = pthread_create(&main_thread, NULL, MainThreadThunk, si);
/external/compiler-rt/lib/msan/
H A Dmsan.cc409 MsanThread *main_thread = MsanThread::Create(0, 0); local
410 SetCurrentThread(main_thread);
411 main_thread->ThreadStart();

Completed in 333 milliseconds