HomeSort by relevance Sort by last modified time
    Searched refs: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 ();
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscostask.c 43 pthread_t main_thread; variable
115 main_thread = pthread_self();
  /ndk/sources/host-tools/make-3.81/
commands.c 431 extern HANDLE main_thread;
436 if (main_thread)
438 DWORD susp_count = SuspendThread (main_thread);
513 if (main_thread)
514 CloseHandle (main_thread);
job.c 39 HANDLE main_thread; variable
632 if (!main_thread)
636 if (!DuplicateHandle (hcPID, hcTID, hcPID, &main_thread, 0,
646 (unsigned long)main_thread));
    [all...]
  /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/bluetooth/glib/glib/
gthread.c 142 GRealThread* main_thread = (GRealThread*) g_thread_self (); local
154 g_private_set (g_thread_specific_private, main_thread);
155 G_THREAD_UF (thread_self, (&main_thread->system_thread));

Completed in 1171 milliseconds