HomeSort by relevance Sort by last modified time
    Searched defs:main_thread (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/none/tests/
pth_blockedsig.c 11 static pthread_t main_thread; variable
23 if (pthread_kill (main_thread, SIGUSR1) != 0)
49 main_thread = pthread_self ();
  /bionic/libc/bionic/
libc_init_common.cpp 106 pthread_internal_t* main_thread = __get_thread(); local
107 main_thread->allocated_on_heap = false;
108 _pthread_internal_add(main_thread);
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscostask.c 43 pthread_t main_thread; variable
115 main_thread = pthread_self();
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 351 talk_base::Thread* main_thread = talk_base::Thread::Current(); local
367 Console *console = new Console(main_thread, client);
383 main_thread->Run();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 131 ThreadContextBase *main_thread = registry->GetThreadLocked(0); local
132 EXPECT_EQ(main_thread, registry->FindThreadContextLocked(
  /ndk/sources/host-tools/make-3.81/
job.c 39 HANDLE main_thread; variable
632 if (!main_thread)
636 if (!DuplicateHandle (hcPID, hcTID, hcPID, &main_thread, 0,
646 main_thread));
    [all...]

Completed in 365 milliseconds