HomeSort by relevance Sort by last modified time
    Searched full:thread (Results 76 - 100 of 17074) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/Common/
VirtThread.cpp 27 if (Thread.IsCreated())
29 return Thread.Create(CoderThread, this);
43 if (Thread.IsCreated())
45 Thread.Wait();
46 Thread.Close();
  /external/testng/src/test/java/test/thread/
ThreadPoolSampleBugTest.java 1 package test.thread;
10 Thread.sleep(TIMEOUT);
15 Thread.sleep(TIMEOUT);
20 Thread.sleep(TIMEOUT);
25 Thread.sleep(TIMEOUT);
  /external/valgrind/drd/tests/
fp_race.stderr.exp-mips32-be 2 Conflicting load by thread 1 at 0x........ size 4
6 Other segment start (thread 2)
7 (thread finished, call stack no longer available)
8 Other segment end (thread 2)
9 (thread finished, call stack no longer available)
11 Conflicting load by thread 1 at 0x........ size 4
15 Other segment start (thread 2)
16 (thread finished, call stack no longer available)
17 Other segment end (thread 2)
18 (thread finished, call stack no longer available
    [all...]
fp_race.stderr.exp-mips32-le 2 Conflicting load by thread 1 at 0x........ size 4
6 Other segment start (thread 2)
7 (thread finished, call stack no longer available)
8 Other segment end (thread 2)
9 (thread finished, call stack no longer available)
11 Conflicting load by thread 1 at 0x........ size 4
15 Other segment start (thread 2)
16 (thread finished, call stack no longer available)
17 Other segment end (thread 2)
18 (thread finished, call stack no longer available
    [all...]
sem_as_mutex.stderr.exp-mips32-be 2 Conflicting load by thread 1 at 0x........ size 4
6 Other segment start (thread 2)
7 (thread finished, call stack no longer available)
8 Other segment end (thread 2)
9 (thread finished, call stack no longer available)
11 Conflicting load by thread 1 at 0x........ size 4
15 Other segment start (thread 2)
16 (thread finished, call stack no longer available)
17 Other segment end (thread 2)
18 (thread finished, call stack no longer available
    [all...]
sem_as_mutex.stderr.exp-mips32-le 2 Conflicting load by thread 1 at 0x........ size 4
6 Other segment start (thread 2)
7 (thread finished, call stack no longer available)
8 Other segment end (thread 2)
9 (thread finished, call stack no longer available)
11 Conflicting load by thread 1 at 0x........ size 4
15 Other segment start (thread 2)
16 (thread finished, call stack no longer available)
17 Other segment end (thread 2)
18 (thread finished, call stack no longer available
    [all...]
sem_as_mutex3.stderr.exp 2 Conflicting load by thread 1 at 0x........ size 8
6 Other segment start (thread 2)
7 (thread finished, call stack no longer available)
8 Other segment end (thread 2)
9 (thread finished, call stack no longer available)
sem_open.stderr.exp-mips32-be 2 Conflicting load by thread 1 at 0x........ size 4
6 Other segment start (thread 2)
7 (thread finished, call stack no longer available)
8 Other segment end (thread 2)
9 (thread finished, call stack no longer available)
11 Conflicting load by thread 1 at 0x........ size 4
15 Other segment start (thread 2)
16 (thread finished, call stack no longer available)
17 Other segment end (thread 2)
18 (thread finished, call stack no longer available
    [all...]
sem_open.stderr.exp-mips32-le 2 Conflicting load by thread 1 at 0x........ size 4
6 Other segment start (thread 2)
7 (thread finished, call stack no longer available)
8 Other segment end (thread 2)
9 (thread finished, call stack no longer available)
11 Conflicting load by thread 1 at 0x........ size 4
15 Other segment start (thread 2)
16 (thread finished, call stack no longer available)
17 Other segment end (thread 2)
18 (thread finished, call stack no longer available
    [all...]
sem_open3.stderr.exp 2 Conflicting load by thread 1 at 0x........ size 8
6 Other segment start (thread 2)
7 (thread finished, call stack no longer available)
8 Other segment end (thread 2)
9 (thread finished, call stack no longer available)
hg04_race.stderr.exp 2 Thread 3:
3 Conflicting load by thread 3 at 0x........ size 4
8 Other segment start (thread 2)
9 (thread finished, call stack no longer available)
10 Other segment end (thread 2)
11 (thread finished, call stack no longer available)
13 Conflicting store by thread 3 at 0x........ size 4
18 Other segment start (thread 2)
19 (thread finished, call stack no longer available)
20 Other segment end (thread 2
    [all...]
hg05_race2.stderr.exp-powerpc 2 Thread 3:
3 Conflicting load by thread 3 at 0x........ size 4
7 Other segment start (thread 2)
8 (thread finished, call stack no longer available)
9 Other segment end (thread 2)
10 (thread finished, call stack no longer available)
12 Conflicting store by thread 3 at 0x........ size 4
16 Other segment start (thread 2)
17 (thread finished, call stack no longer available)
18 Other segment end (thread 2
    [all...]
tc21_pthonce.stderr.exp 2 Thread 3:
3 Conflicting load by thread 3 at 0x........ size 4
8 Other segment start (thread 2)
9 (thread finished, call stack no longer available)
10 Other segment end (thread 2)
11 (thread finished, call stack no longer available)
13 Conflicting store by thread 3 at 0x........ size 4
18 Other segment start (thread 2)
19 (thread finished, call stack no longer available)
20 Other segment end (thread 2
    [all...]
  /external/valgrind/none/tests/solaris/
threads_exitall.c 10 /* Wait for main thread to block. */
21 pthread_t thread; local
24 if (pthread_create(&thread, NULL, thread_proc, NULL)) {
29 if (pthread_join(thread, &status)) {
35 fprintf(stderr, "Thread joined\n");
  /external/webrtc/webrtc/base/
thread_unittest.cc 17 #include "webrtc/base/thread.h"
52 Thread* post_thread, MessageHandler* phandler)
77 Thread* post_thread_;
84 MessageClient(Thread* pth, Socket* socket)
103 class CustomThread : public rtc::Thread {
110 return Thread::WrapCurrent();
113 Thread::UnwrapCurrent();
118 // A thread that does nothing when it runs and signals an event
120 class SignalWhenDestroyedThread : public Thread {
171 // Function objects to test Thread::Invoke
235 Thread *thread; local
269 Thread thread; local
289 AutoThread thread; local
314 AutoThread thread; local
412 Thread thread; local
423 Thread thread; local
435 Thread thread; local
452 Thread thread; local
467 Thread thread; local
634 Thread thread; local
649 Thread thread; local
720 Thread* thread = new ComThread(); local
    [all...]
  /system/extras/memory_replay/tests/
ThreadsTest.cpp 21 #include "Thread.h"
28 Thread* thread = threads.CreateThread(900); local
29 ASSERT_TRUE(thread != nullptr);
32 Thread* found_thread = threads.FindThread(900);
33 ASSERT_EQ(thread, found_thread);
35 thread->CreateAction(0x1234, "thread_done", "");
37 thread->SetPending();
39 threads.Finish(thread);
48 Thread* thread1 = threads.CreateThread(900)
90 Thread* thread = threads.CreateThread(900); local
117 Thread* thread = threads.CreateThread(900+i); local
    [all...]
  /external/libchrome/base/threading/
thread.cc 5 #include "base/threading/thread.h"
24 // We use this thread-local variable to record whether or not a thread exited
27 // using a Thread to setup and run a MessageLoop.
36 Thread::SetThreadWasQuitProperly(true);
39 Thread::Options::Options()
46 Thread::Options::Options(MessageLoop::Type type,
54 Thread::Options::~Options() {
57 Thread::Thread(const std::string& name
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 10 * Basic thread blocking primitives for creating locks and other
13 * <p>This class associates, with each thread that uses it, a permit
27 * problems that cause the deprecated methods {@code Thread.suspend}
28 * and {@code Thread.resume} to be unusable for such purposes: Races
29 * between one thread invoking {@code park} and another thread trying
32 * thread was interrupted, and timeout versions are supported. The
42 * the thread is blocked to permit monitoring and diagnostic tools to
44 * access blockers using method {@link #getBlocker(Thread)}.)
61 * where no actions by the thread publishing a request to unpark
    [all...]
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
lt.pass.cpp 12 // <thread>
14 // class thread::id
16 // bool operator< (thread::id x, thread::id y);
17 // bool operator<=(thread::id x, thread::id y);
18 // bool operator> (thread::id x, thread::id y);
19 // bool operator>=(thread::id x, thread::id y)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadStateTest.java 23 Thread.State [] exStates = { Thread.State.NEW, Thread.State.RUNNABLE,
24 Thread.State.BLOCKED, Thread.State.WAITING,
25 Thread.State.TIMED_WAITING, Thread.State.TERMINATED };
32 assertEquals(exStates[i], Thread.State.valueOf(spNames[i]));
38 Thread.State.valueOf(s);
47 Thread.State [] thStates = Thread.State.values()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
lt.pass.cpp 10 // <thread>
12 // class thread::id
14 // bool operator< (thread::id x, thread::id y);
15 // bool operator<=(thread::id x, thread::id y);
16 // bool operator> (thread::id x, thread::id y);
17 // bool operator>=(thread::id x, thread::id y)
    [all...]
  /art/test/051-thread/src/
Main.java 20 * Test some basic thread stuff.
25 System.out.println("thread test starting");
31 System.out.println("thread test done");
35 * Simple thread capacity test.
43 for (TestCapacityThread thread : threads) {
44 thread.start();
46 for (TestCapacityThread thread : threads) {
47 thread.join();
50 System.out.println("testThreadCapacity thread count: " + TestCapacityThread.mCount);
53 private static class TestCapacityThread extends Thread {
121 Thread thread = new Thread() { local
    [all...]
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 6 * Thread Auditor class:
15 * the thread can periodically ping the auditor.
25 private Map<Thread,ThreadHandle> threadHandles = new HashMap<Thread,ThreadHandle>();
32 /// Set to true when the thread pings, periodically reset to false by the auditor
35 /// Thread being monitored
36 private Thread thread; field in class:ThreadAuditor.ThreadHandle
38 /// Thread auditor monitoring this thread
142 Thread thread = threadHandle.getThread(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 26 // The Profile class is used to collect profiling information for a thread. It
27 // samples stack traces for a thread periodically. enable() and disable() is
28 // used to enable and disable profiling for the calling thread. The profiling
39 // This is a watchdog entry for one thread.
40 // For every cycleTime period, we dump the stack of the thread.
42 Thread thread; field in class:Profile.WatchEntry
52 // This is a watchdog thread which dumps stacks of other threads periodically.
77 public synchronized void addWatchEntry(Thread thread, int cycleTime)
112 Thread thread = entry.thread; local
126 Thread thread = entry.thread; local
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testthread.c 36 SDL_TLSSet(tls, "baby thread", NULL);
37 SDL_Log("Started thread %s: My thread id is %lu, thread data = %s\n",
40 SDL_Log("Thread '%s' is alive!\n", (char *) data);
43 SDL_Log("Thread '%s' exiting!\n", (char *) data);
59 SDL_Thread *thread; local
72 SDL_TLSSet(tls, "main thread", NULL);
73 SDL_Log("Main thread data initially: %s\n", (const char *)SDL_TLSGet(tls));
76 thread = SDL_CreateThread(ThreadFunc, "One", "#1")
    [all...]

Completed in 4852 milliseconds

1 2 34 5 6 7 8 91011>>