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

  /external/valgrind/main/drd/tests/
bug-235681.c 51 pthread_t other_thread; local
63 rc = pthread_create(&other_thread, NULL, run_fn, NULL);
88 rc = pthread_join(other_thread, NULL);
  /external/chromium_org/base/
sequence_checker_unittest.cc 72 base::Thread* other_thread() { return &other_thread_; } function in class:base::__anon6291::SequenceCheckerTest
89 other_thread()->message_loop()->PostTask(
97 other_thread()->message_loop()->DeleteSoon(
137 other_thread()->Stop();
149 other_thread()->Stop();
164 other_thread()->Stop();
182 other_thread()->Stop();
194 other_thread()->Stop();
219 other_thread()->Stop();
252 other_thread()->Stop()
    [all...]
  /external/chromium_org/chrome/common/
cancelable_task_tracker_unittest.cc 205 base::Thread other_thread("other thread");
206 ASSERT_TRUE(other_thread.Start());
207 other_thread.message_loop_proxy()->PostTask(
210 other_thread.Stop();
214 ASSERT_TRUE(other_thread.Start());
215 other_thread.message_loop_proxy()->PostTask(
218 other_thread.Stop();

Completed in 226 milliseconds