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

  /external/compiler-rt/lib/tsan/lit_tests/
atomic_norace.cc 10 void Test(int test, T *p, bool main_thread) {
13 if (main_thread)
18 if (main_thread)
23 if (main_thread)
28 if (main_thread)
atomic_race.cc 10 void Test(int test, T *p, bool main_thread) {
13 if (main_thread)
18 if (main_thread)
23 if (main_thread)
28 if (main_thread)
  /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/chromium_org/content/child/
child_process.h 27 ChildThread* main_thread();
child_process.cc 74 ChildThread* ChildProcess::main_thread() { function in class:content::ChildProcess
  /bionic/libc/bionic/
libc_init_common.cpp 123 pthread_internal_t* main_thread = __get_thread(); local
124 main_thread->allocated_on_heap = false;
125 _pthread_internal_add(main_thread);
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chat_main.cc 135 talk_base::Thread* main_thread = talk_base::Thread::Current(); local
148 ChatApp *client = new ChatApp(pump->client(), main_thread);
153 main_thread->Run();
chatapp.h 55 // main_thread Wraps the application's main thread. Subsidiary threads
57 ChatApp(buzz::XmppClient* xmpp_client, talk_base::Thread* main_thread);
chatapp.cc 39 ChatApp::ChatApp(buzz::XmppClient* xmpp_client, talk_base::Thread* main_thread)
45 console_task_(new buzz::ConsoleTask(main_thread)),
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_html5fs.cc 141 bool main_thread = ppapi->IsMainThread();
143 main_thread ? PP_MakeCompletionCallback(
150 if (!main_thread) {
  /external/chromium_org/content/renderer/
render_process_impl.cc 122 if (!main_thread()->Send(msg))
142 main_thread()->Send(msg);
  /external/qemu/distrib/sdl-1.2.15/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 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/compiler-rt/lib/asan/
asan_rtl.cc 549 AsanThread *main_thread = AsanThread::Create(0, 0); local
550 CreateThreadContextArgs create_main_args = { main_thread, 0 };
554 SetCurrentThread(main_thread);
555 main_thread->ThreadStart(internal_getpid());
  /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(
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 449 talk_base::Thread* main_thread = talk_base::Thread::Current(); local
468 Console *console = new Console(main_thread, client);
491 main_thread->Run();
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc 180 pthread_t main_thread; local
181 int ret = pthread_create(&main_thread, NULL, MainThreadThunk, si);
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 279 RequestManager(SignalDrivenThread* main_thread);
ExynosCameraHWInterface2.cpp 282 RequestManager::RequestManager(SignalDrivenThread* main_thread):
292 m_mainThread = main_thread;
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 117 DebugScopedSetMainThread main_thread(proxy_);
    [all...]

Completed in 848 milliseconds