HomeSort by relevance Sort by last modified time
    Searched defs:other_thread (Results 1 - 2 of 2) 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::__anon6339::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...]

Completed in 725 milliseconds