Searched refs:Thread (Results 176 - 200 of 1445) sorted by relevance

1234567891011>>

/external/valgrind/main/helgrind/tests/
H A Dtc13_laog1.stderr.exp2 ---Thread-Announcement------------------------------------------
4 Thread #x is the program's root thread
8 Thread #x: lock order "0x........ before 0x........" violated
H A Dtc20_verifywrap.stderr.exp8 ---Thread-Announcement------------------------------------------
10 Thread #x is the program's root thread
12 ---Thread-Announcement------------------------------------------
14 Thread #x was created
35 Thread #x's call to pthread_join failed
46 Thread #x's call to pthread_mutex_init failed
53 Thread #x: pthread_mutex_destroy of a locked mutex
59 Thread #x's call to pthread_mutex_destroy failed
66 Thread #x's call to pthread_mutex_lock failed
73 Thread #
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
H A DSystemProcessTest.java31 Thread.currentThread().interrupt();
46 Thread.sleep(1000);
/external/chromium_org/athena/test/
H A Dathena_test_helper.h14 class Thread;
66 scoped_ptr<base::Thread> file_thread_;
/external/chromium_org/chrome/utility/media_galleries/
H A Dmedia_metadata_parser.h17 class Thread;
57 // Thread that blocking media parsing operations run on while the main thread
61 scoped_ptr<base::Thread> media_thread_;
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device.h18 class Thread;
55 base::Thread thread_;
/external/chromium_org/content/utility/
H A Din_process_utility_thread.cc17 : Thread("Chrome_InProcUtilityThread"), channel_id_(channel_id) {
47 base::Thread* CreateInProcessUtilityThread(const std::string& channel_id) {
/external/chromium_org/media/audio/
H A Daudio_device_thread.h106 class Thread;
109 scoped_refptr<AudioDeviceThread::Thread> thread_;
/external/chromium_org/media/midi/
H A Dmidi_manager_alsa.h58 base::Thread send_thread_;
59 base::Thread event_thread_;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransport.h42 RawTransport(rtc::Thread* signaling_thread,
43 rtc::Thread* worker_thread,
/external/chromium_org/v8/src/libplatform/
H A Dtask-queue-unittest.cc24 class TaskQueueThread FINAL : public base::Thread {
27 : Thread(Options("libplatform TaskQueueThread")), queue_(queue) {}
/external/compiler-rt/lib/tsan/benchmarks/
H A Dstart_many_threads.cc19 void* Thread(void *unused) { function
40 int status = pthread_create(&t[i], 0, Thread, (void*)i);
/external/compiler-rt/test/asan/TestCases/
H A Dstack-use-after-return.cc61 void *Thread(void *unused) { function
73 pthread_create(&t, &attr, Thread, 0);
/external/compiler-rt/test/tsan/
H A Djava_lock_move.cc9 void *Thread(void *p) { function
29 pthread_create(&th, 0, Thread, 0);
H A Djava_lock_rec.cc8 void *Thread(void *p) { function
38 pthread_create(&th, 0, Thread, 0);
H A Djava_lock_rec_race.cc8 void *Thread(void *p) { function
36 pthread_create(&th, 0, Thread, 0);
H A Djava_move_overlap_race.cc11 void *Thread(void *p) { function
39 pthread_create(&th, 0, Thread, 0);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DUncaughtExceptionHandlers.java23 import java.lang.Thread.UncaughtExceptionHandler;
42 * Thread.currentThread().setUncaughtExceptionHandler(UncaughtExceptionHandlers.systemExit());
59 @Override public void uncaughtException(Thread t, Throwable e) {
/external/junit/src/junit/extensions/
H A DActiveTestSuite.java41 Thread t= new Thread() {
/external/lldb/include/lldb/Target/
H A DThreadPlanBase.h18 #include "lldb/Target/Thread.h"
59 ThreadPlanBase (Thread &thread);
63 Thread::QueueFundamentalPlan(bool abort_other_plans);
H A DThreadPlanStepInstruction.h18 #include "lldb/Target/Thread.h"
39 ThreadPlanStepInstruction (Thread &thread,
47 Thread::QueueThreadPlanForStepSingleInstruction (bool step_over, bool abort_other_plans, bool stop_other_threads);
/external/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h29 StopInfoMachException (Thread &thread,
59 CreateStopReasonWithMachException (Thread &thread,
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h26 lldb_private::Thread& thread,
31 lldb_private::Thread& thread,
/external/replicaisland/src/com/replica/replicaisland/
H A DRenderingWatchDog.java33 private Thread mThread;
51 mThread = new Thread(this);
/external/valgrind/main/gdbserver_tests/
H A DmcinfcallRU.stderr.exp3 pid .... Thread .... inferior call pushed from gdb in mcinfcallRU.stdinB.gdb

Completed in 746 milliseconds

1234567891011>>