Searched refs:Thread (Results 51 - 75 of 1445) sorted by relevance

1234567891011>>

/external/compiler-rt/test/tsan/
H A Drace_on_mutex2.c7 void *Thread(void *x) { function
17 pthread_create(&t, 0, Thread, &Mtx);
H A Dstack_race.cc6 void *Thread(void *a) { function
15 pthread_create(&t, 0, Thread, &Var);
H A Dstack_race2.cc12 void *Thread(void *a) { function
23 pthread_create(&t, 0, Thread, 0);
H A Dtls_race.cc6 void *Thread(void *a) { function
15 pthread_create(&t, 0, Thread, &Var);
H A Dtls_race2.cc12 void *Thread(void *a) { function
23 pthread_create(&t, 0, Thread, 0);
H A Dstatic_init2.cc19 void *Thread(void *x) { function
26 pthread_create(&t[0], 0, Thread, 0);
27 pthread_create(&t[1], 0, Thread, 0);
/external/valgrind/main/gdbserver_tests/
H A Dnlcontrolc.stdoutB.exp4 [New Thread ....]
5 [New Thread ....]
6 [New Thread ....]
7 4 Thread .... (tid 4 VgTs_WaitSys) 0x........ in syscall ...
8 3 Thread .... (tid 3 VgTs_WaitSys) 0x........ in syscall ...
9 2 Thread .... (tid 2 VgTs_WaitSys) 0x........ in syscall ...
10 * 1 Thread .... (tid 1 VgTs_WaitSys) 0x........ in syscall ...
H A Dhginfo.stdoutB.exp3 [New Thread ....]
7 [New Thread ....]
/external/chromium_org/base/threading/
H A Dthread.cc26 // using a Thread to setup and run a MessageLoop.
35 Thread::SetThreadWasQuitProperly(true);
40 struct Thread::StartupData {
42 const Thread::Options& options;
52 Thread::Options::Options()
58 Thread::Options::Options(MessageLoop::Type type,
65 Thread::Options::~Options() {
68 Thread::Thread(const std::string& name) function in class:base::Thread
83 Thread
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.h44 rtc::Thread* worker_thread,
45 rtc::Thread* monitor_thread);
51 rtc::Thread* monitor_thread() { return monitoring_thread_; }
62 rtc::Thread* channel_thread_;
63 rtc::Thread* monitoring_thread_;
H A Dsocketmonitor.cc42 rtc::Thread* worker_thread,
43 rtc::Thread* monitor_thread) {
70 ASSERT(rtc::Thread::Current() == channel_thread_);
78 ASSERT(rtc::Thread::Current() == channel_thread_);
86 ASSERT(rtc::Thread::Current() == channel_thread_);
91 ASSERT(rtc::Thread::Current() == monitoring_thread_);
102 ASSERT(rtc::Thread::Current() == channel_thread_);
/external/valgrind/main/helgrind/tests/
H A Dbar_bad.stderr.exp3 ---Thread-Announcement------------------------------------------
5 Thread #x is the program's root thread
9 Thread #x: pthread_barrier_init: 'count' argument is zero
15 Thread #x's call to pthread_barrier_init failed
24 Thread #x: pthread_barrier_init: barrier is already initialised
32 Thread #x: pthread_barrier_init: barrier is already initialised
38 Thread #x: pthread_barrier_init: threads are waiting at barrier
46 Thread #x: pthread_barrier_destroy: threads are waiting at barrier
52 Thread #x's call to pthread_barrier_destroy failed
61 Thread #
[all...]
H A Dtc18_semabuse.stderr.exp2 ---Thread-Announcement------------------------------------------
4 Thread #x is the program's root thread
8 Thread #x's call to sem_init failed
16 Thread #x: Bug in libpthread: sem_wait succeeded on semaphore without prior sem_post
23 Thread #x's call to sem_post failed
H A Dtc23_bogus_condwait.stderr.exp2 ---Thread-Announcement------------------------------------------
4 Thread #x is the program's root thread
8 Thread #x: pthread_cond_{timed}wait called with invalid mutex
15 Thread #x: pthread_cond_{timed}wait called with un-held mutex
22 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
29 Thread #x: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t*
36 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
43 Thread #x: pthread_cond_{timed}wait called with mutex held by a different thread
50 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
/external/chromium_org/third_party/webrtc/base/
H A Dthread_unittest.cc53 Thread* post_thread, MessageHandler* phandler)
78 Thread* post_thread_;
85 MessageClient(Thread* pth, Socket* socket)
104 class CustomThread : public rtc::Thread {
111 return Thread::WrapCurrent();
114 Thread::UnwrapCurrent();
121 class SignalWhenDestroyedThread : public Thread {
140 // Function objects to test Thread::Invoke.
153 Thread::Current()->ProcessMessages(50);
163 Thread th
[all...]
H A Dthread.h32 class Thread;
41 Thread* CurrentThread();
42 void SetCurrentThread(Thread* thread);
46 // If there already *is* a Thread object corresponding to this thread,
47 // this method will return that. Otherwise it creates a new Thread
57 Thread *WrapCurrentThread();
74 Thread *thread;
89 virtual void Run(Thread* thread) = 0;
98 // WARNING! SUBCLASSES MUST CALL Stop() IN THEIR DESTRUCTORS! See ~Thread().
100 class Thread class in namespace:rtc
[all...]
H A Dthread.cc41 Thread* Thread::Current() {
75 Thread *ThreadManager::CurrentThread() {
76 return static_cast<Thread *>(pthread_getspecific(key_));
79 void ThreadManager::SetCurrentThread(Thread *thread) {
97 Thread *ThreadManager::CurrentThread() {
98 return static_cast<Thread *>(TlsGetValue(key_));
101 void ThreadManager::SetCurrentThread(Thread *thread) {
106 Thread *ThreadManager::WrapCurrentThread() {
107 Thread* resul
138 Thread::Thread(SocketServer* ss) function in class:rtc::Thread
[all...]
H A Dworker.cc33 rtc::Thread *me = rtc::Thread::Current();
53 } else if (worker_thread_ != rtc::Thread::Current()) {
71 ASSERT(worker_thread_ == rtc::Thread::Current());
/external/valgrind/main/helgrind/
H A Dhg_errors.h54 void HG_(record_error_Race) ( Thread* thr,
56 Thread* h1_confthr,
59 void HG_(record_error_UnlockUnlocked) ( Thread*, Lock* );
60 void HG_(record_error_UnlockForeign) ( Thread*, Thread*, Lock* );
61 void HG_(record_error_UnlockBogus) ( Thread*, Addr );
62 void HG_(record_error_PthAPIerror) ( Thread*, const HChar*, Word,
66 void HG_(record_error_LockOrder) ( Thread*, Addr, Addr,
70 void HG_(record_error_Misc_w_aux) ( Thread*, const HChar* errstr,
73 void HG_(record_error_Misc) ( Thread* th
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamonitor.cc41 MediaMonitor::MediaMonitor(rtc::Thread* worker_thread,
42 rtc::Thread* monitor_thread)
70 ASSERT(rtc::Thread::Current() == worker_thread_);
78 ASSERT(rtc::Thread::Current() == worker_thread_);
86 ASSERT(rtc::Thread::Current() == worker_thread_);
91 ASSERT(rtc::Thread::Current() == monitor_thread_);
99 ASSERT(rtc::Thread::Current() == worker_thread_);
H A Dsoundclip.h36 class Thread;
46 Soundclip(rtc::Thread* thread, SoundclipMedia* soundclip_media);
64 rtc::Thread* worker_thread_;
/external/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h47 GetUnwindPlanAtNonCallSite (lldb_private::Thread& thread);
50 GetUnwindPlanFastUnwind (lldb_private::Thread& Thread);
53 GetUnwindPlanArchitectureDefault (lldb_private::Thread& thread);
56 GetUnwindPlanArchitectureDefaultAtFunctionEntry (lldb_private::Thread& thread);
76 InvalidateNonCallSiteUnwindPlan (lldb_private::Thread& Thread);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dconsole.h41 Console(rtc::Thread *thread, CallClient *client);
65 rtc::Thread *client_thread_;
66 rtc::scoped_ptr<rtc::Thread> console_thread_;
/external/chromium_org/ui/shell_dialogs/
H A Dbase_shell_dialog_win.h15 class Thread;
34 // Thread dialog is run on.
35 base::Thread* dialog_thread;
48 // In addition this deletes the Thread in RunState.
72 static base::Thread* CreateDialogThread();
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_thread_unittest.cpp11 TEST(Thread, GetThreadData) {
19 TEST(Thread, GetErrorEmpty) {
26 TEST(Thread, SetError) {
33 TEST(Thread, SetErrorNull) {
40 TEST(Thread, GetError) {
51 TEST(Thread, SwapErrorBuffers) {
66 TEST(Thread, AppendErrorTwice) {
76 TEST(Thread, AppendErrorFull) {
96 TEST(Thread, AppendErrorNull) {
104 TEST(Thread, SetLinkerErrorStrin
[all...]

Completed in 546 milliseconds

1234567891011>>