HomeSort by relevance Sort by last modified time
    Searched full:threads (Results 1 - 25 of 1585) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/078-polymorphic-virtual/
info.txt 2 calless invoked 10,000,000 times each in three threads.
  /dalvik/tests/033-class-init-deadlock/
expected.txt 4 Deadlock test interupting threads.
  /dalvik/tools/dmtracedump/tests/filters/
testWaitingDisjointCrossThreadDiffFilterSameKeysTrace 4 *threads
testWaitingDisjointCrossThreadSameFilterSameKeysTrace 4 *threads
testWaitingDisjointSingleThreadDiffFilterSameKeysTrace 4 *threads
testWaitingDisjointSingleThreadSameFilterDiffKeysTrace 4 *threads
testWaitingDisjointSingleThreadSameFilterSameKeysTrace 4 *threads
testWaitingNestedOverlapCrossThreadDiffFilterSameKeysTrace 4 *threads
testWaitingNestedOverlapCrossThreadSameFilterSameKeysTrace 4 *threads
testWaitingNestedOverlapSingleThreadDiffFilterSameKeysTrace 4 *threads
testWaitingNestedOverlapSingleThreadSameFilterDiffKeysTrace 4 *threads
testWaitingNestedOverlapSingleThreadSameFilterSameKeysTrace 4 *threads
testWaitingPairCrossThreadTrace 4 *threads
testWaitingPairSingleThreadTrace 4 *threads
testWaitingPartialOverlapCrossThreadDiffFilterSameKeysTrace 4 *threads
testWaitingPartialOverlapCrossThreadSameFilterSameKeysTrace 4 *threads
testWaitingPartialOverlapSingleThreadDiffFilterSameKeysTrace 4 *threads
testWaitingPartialOverlapSingleThreadSameFilterDiffKeysTrace 4 *threads
testWaitingPartialOverlapSingleThreadSameFilterSameKeysTrace 4 *threads
testWaitingSoloCrossThreadTrace 4 *threads
testWaitingSoloSingleThreadTrace 4 *threads
  /external/clearsilver/man/man3/
cBroadcast.3 14 cBroadcast - broadcast signal to all waiting threads.
28 Broadcasts a signal to all threads waiting on condition
  /external/chromium/base/
worker_pool_linux.h 6 // adds threads as necessary to handle all tasks. It keeps old threads around
8 // the threads exit. This thread pool uses non-joinable threads, therefore
9 // worker threads are not joined during process shutdown. This means that
12 // although LinuxDynamicThreadPool spawns the worker threads and manages the
13 // task queue, it does not own the worker threads. The worker threads ask the
15 // worker threads all maintain scoped_refptrs to the LinuxDynamicThreadPool
17 // worker threads exit. The owner of LinuxDynamicThreadPool should likewis
    [all...]
thread_local_storage_unittest.cc 67 // threads that set the TLS, while the destructor cleans it up.
68 // After the threads finish, verify that the value is cleaned up.
72 base::DelegateSimpleThread* threads[kNumThreads]; local
76 // Spawn the threads.
80 threads[index] = new base::DelegateSimpleThread(thread_delegates[index],
82 threads[index]->Start();
85 // Wait for the threads to finish.
87 threads[index]->Join();
88 delete threads[index];
  /libcore/luni/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCacheTest.java 35 Thread[] threads = new Thread[10]; local
37 for (int i = 0; i < threads.length; i++) {
39 threads[i] = new Thread() {
49 for (int i = 0; i < threads.length; i++) {
50 threads[i].start();
52 for (int i = 0; i < threads.length; i++) {
53 threads[i].join();

Completed in 148 milliseconds

1 2 3 4 5 6 7 8 91011>>