Searched defs:other_thread (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/drd/tests/
H A Dbug-235681.c51 pthread_t other_thread; local
63 rc = pthread_create(&other_thread, NULL, run_fn, NULL);
88 rc = pthread_join(other_thread, NULL);
/external/libchrome/base/
H A Dsequence_checker_unittest.cc74 base::Thread* other_thread() { return &other_thread_; } function in class:base::__anon9079::SequenceCheckerTest
91 other_thread()->task_runner()->PostTask(
98 other_thread()->message_loop()->DeleteSoon(
138 other_thread()->Stop();
150 other_thread()->Stop();
165 other_thread()->Stop();
183 other_thread()->Stop();
195 other_thread()->Stop();
220 other_thread()->Stop();
253 other_thread()
[all...]
/external/libchrome/base/trace_event/
H A Dmemory_dump_manager_unittest.cc568 TestIOThread* other_thread = threads[other_idx].get(); local
570 auto on_dump = [this, other_thread, other_mdp, &on_memory_dump_call_count](
572 other_thread->PostTaskAndWait(
618 TestIOThread* other_thread = threads[other_idx].get(); local
619 auto on_dump = [other_thread, &on_memory_dump_call_count](
621 other_thread->Stop();
/external/webrtc/webrtc/base/
H A Dthread_unittest.cc293 Thread other_thread; local
294 other_thread.Start();
304 other_thread.Invoke<void>(

Completed in 200 milliseconds