Searched defs:thread (Results 226 - 250 of 534) sorted by relevance

1234567891011>>

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_x86_64.cpp68 RegisterContextFreeBSD_x86_64::RegisterContextFreeBSD_x86_64(Thread &thread, uint32_t concrete_frame_idx): argument
69 RegisterContext_x86_64(thread, concrete_frame_idx)
/external/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp29 Thread *thread = process->GetThreadList().GetSelectedThread().get(); local
30 if (thread == NULL)
81 = new ThreadPlanCallFunction (*thread,
101 StackFrame *frame = thread->GetStackFrameAtIndex (0).get();
141 Thread *thread = process->GetThreadList().GetSelectedThread().get(); local
142 if (thread == NULL)
172 lldb::ThreadPlanSP call_plan_sp (new ThreadPlanCallFunction (*thread,
187 StackFrame *frame = thread->GetStackFrameAtIndex (0).get();
214 Thread *thread = process->GetThreadList().GetSelectedThread().get(); local
215 if (thread
[all...]
H A DRegisterContextMemory.cpp31 Thread &thread,
36 RegisterContext (thread, concrete_frame_idx),
29 RegisterContextMemory( Thread &thread, uint32_t concrete_frame_idx, DynamicRegisterInfo &reg_infos, addr_t reg_data_addr ) argument
H A DUnwindMacOSXFrameBackchain.cpp28 UnwindMacOSXFrameBackchain::UnwindMacOSXFrameBackchain (Thread &thread) : argument
29 Unwind (thread),
44 // Frame zero should always be supplied by the thread...
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp90 log->Printf ("Resuming thread: %4.4" PRIx64 " with state: %s.", tid, StateAsCString(resume_state));
139 ThreadGDBRemote::ThreadIDIsValid (lldb::tid_t thread) argument
141 return thread != 0;
/external/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp33 Thread &thread,
37 ThreadPlan (ThreadPlan::eKindRunToAddress, "Run to address plan", thread, eVoteNoOpinion, eVoteNoOpinion),
48 Thread &thread,
52 ThreadPlan (ThreadPlan::eKindRunToAddress, "Run to address plan", thread, eVoteNoOpinion, eVoteNoOpinion),
63 Thread &thread,
67 ThreadPlan (ThreadPlan::eKindRunToAddress, "Run to address plan", thread, eVoteNoOpinion, eVoteNoOpinion),
74 Target &target = thread.GetProcess()->GetTarget();
31 ThreadPlanRunToAddress( Thread &thread, Address &address, bool stop_others ) argument
46 ThreadPlanRunToAddress( Thread &thread, lldb::addr_t address, bool stop_others ) argument
61 ThreadPlanRunToAddress( Thread &thread, const std::vector<lldb::addr_t> &addresses, bool stop_others ) argument
H A DThreadPlanStepThrough.cpp35 ThreadPlanStepThrough::ThreadPlanStepThrough (Thread &thread, StackID &m_stack_id, bool stop_others) : argument
36 ThreadPlan (ThreadPlan::eKindStepThrough, "Step through trampolines and prologues", thread, eVoteNoOpinion, eVoteNoOpinion),
H A DThreadPlanStepUntil.cpp37 Thread &thread,
43 ThreadPlan (ThreadPlan::eKindStepUntil, "Step until", thread, eVoteNoOpinion, eVoteNoOpinion),
320 // do so here. Otherwise, as long as this thread has stopped for a reason,
35 ThreadPlanStepUntil( Thread &thread, lldb::addr_t *address_list, size_t num_addresses, bool stop_others, uint32_t frame_idx ) argument
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.h61 * by the kernel in another thread, the other one is being filled
67 /* The CS being currently-owned by the other thread. */
77 pipe_thread thread; member in struct:radeon_drm_cs
/external/qemu/distrib/libselinux/src/
H A Davc_internal.h104 static inline void avc_stop_thread(void *thread) argument
107 avc_func_stop_thread(thread);
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_sysaudio.h50 void (*ThreadInit)(_THIS); /* Called by audio thread at start */
67 /* The current audio specification (shared with audio thread) */
84 /* A thread to feed the audio device */
85 SDL_Thread *thread; member in struct:SDL_AudioDevice
/external/qemu/distrib/sdl-1.2.15/src/thread/
H A DSDL_thread.c24 /* System independent thread management routines for SDL */
33 (except the main thread)
56 they will no longer have access to any per-thread data.
69 /* Routines for manipulating the thread list */
70 static void SDL_AddThread(SDL_Thread *thread) argument
76 is only one thread running the first time this is called.
87 printf("Adding thread (%d already - %d max)\n",
101 SDL_Threads[SDL_numthreads++] = thread;
106 static void SDL_DelThread(SDL_Thread *thread) argument
115 if ( thread
214 SDL_Thread *thread; local
269 SDL_WaitThread(SDL_Thread *thread, int *status) argument
281 SDL_GetThreadID(SDL_Thread *thread) argument
293 SDL_KillThread(SDL_Thread *thread) argument
[all...]
/external/skia/include/utils/
H A DSkThreadPool.h39 * Create a threadpool with count threads, or one thread per core if kThreadPerCore.
46 * Queues up an SkRunnable to run when a thread is available, or synchronously if count is 0.
48 * a reference to a T on the thread's local stack.
71 kHalting_State, // There's no work to do and no thread is busy. All threads can shut down.
93 SkThread* thread = SkNEW_ARGS(SkThread, (&SkTThreadPool::Loop, this)); local
94 *fThreads.append() = thread;
95 thread->start();
171 // The SkTThreadPool passes itself as arg to each thread as they're created.
201 // Otherwise, we'd only ever do work on one thread at a time, which rather
/external/smack/src/org/jivesoftware/smack/
H A DChatManager.java73 * Maps thread ID to chat.
153 * Creates a new chat using the specified thread ID, then returns it.
156 * @param thread the thread of the created chat.
160 public Chat createChat(String userJID, String thread, MessageListener listener) { argument
161 if(thread == null) {
162 thread = nextID();
164 Chat chat = threadChats.get(thread);
168 chat = createChat(userJID, thread, true);
213 public Chat getThreadChat(String thread) { argument
[all...]
/external/valgrind/main/callgrind/
H A Dthreads.c51 * Per-thread data:
61 /* current running thread */
64 static thread_info* thread[VG_N_THREADS]; variable
68 return thread;
73 return thread[CLG_(current_tid)];
80 thread[i] = 0;
90 if (!thread[t]) continue;
92 (*func)(thread[t]);
131 CLG_DEBUG(0, ">> thread %d (was %d)\n", tid, CLG_(current_tid));
134 /* save thread stat
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c68 error ("tried to change thread ID after multiple threads are created\n");
122 struct thread_info *thread = get_thread (inf); local
124 return thread->gdb_id;
131 unsigned int thread_to_gdb_id (struct thread_info *thread) argument
133 return thread->gdb_id;
141 struct thread_info *thread = get_thread (inf); local
142 if (thread->gdb_id == gdb_id)
143 return thread;
152 struct thread_info *thread = gdb_id_to_thread (gdb_id); local
154 return thread
160 struct thread_info *thread = get_thread (inf); local
165 remove_thread(struct thread_info *thread) argument
[all...]
/external/chromium_org/android_webview/renderer/
H A Daw_content_renderer_client.cc57 RenderThread* thread = RenderThread::Get(); local
60 thread->AddObserver(aw_render_process_observer_.get());
63 thread->AddObserver(visited_link_slave_.get());
131 // Avoid any race conditions from having the browser's UI thread tell the IO
132 // thread that a subframe was created.
/external/chromium_org/base/threading/
H A Dthread_perftest.cc12 #include "base/threading/thread.h"
29 // test and measures the clock-time in addition to time spent on each thread.
43 // call FinishMeasurement from any thread to complete the test.
53 base::TimeTicks ThreadNow(base::Thread* thread) { argument
56 thread->message_loop_proxy()->PostTask(
67 // Create threads and collect starting cpu-time for each thread.
83 // Gather the cpu-time spent on each thread. This does one extra tasks,
138 // performance. The best-case keeps one thread alive such that it never yeilds,
194 // We only signal completion once, on the thread that reaches zero.
219 // might want to craft a way to test the best-case (where the thread does
[all...]
/external/chromium_org/chrome/browser/printing/
H A Dprinting_message_filter.cc55 // No locking, only access on the FILE thread.
106 const IPC::Message& message, BrowserThread::ID* thread) {
110 *thread = BrowserThread::FILE;
115 *thread = BrowserThread::UI;
105 OverrideThreadForMessage( const IPC::Message& message, BrowserThread::ID* thread) argument
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_extension_message_filter.cc40 // be called from any thread.
44 // The ActivityLog can only be accessed from the main (UI) thread. If we're
45 // running on the wrong thread, re-dispatch from the main thread.
55 // the UI thread.
111 const IPC::Message& message, BrowserThread::ID* thread) {
115 *thread = BrowserThread::UI;
110 OverrideThreadForMessage( const IPC::Message& message, BrowserThread::ID* thread) argument
H A Dchrome_render_message_filter.cc92 const IPC::Message& message, BrowserThread::ID* thread) {
96 *thread = BrowserThread::UI;
235 // by the UI thread, the extensions::WebViewPermissionHelper might be gone.
320 // by the UI thread, the extensions::WebViewPermissionHelper might be gone.
91 OverrideThreadForMessage( const IPC::Message& message, BrowserThread::ID* thread) argument
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter_mac.cc141 // Final completion can happen on any thread - don't DCHECK thread.
185 // Local checking can happen on any thread - don't DCHECK thread.
198 const IPC::Message& message, BrowserThread::ID* thread) {
200 *thread = BrowserThread::UI;
197 OverrideThreadForMessage( const IPC::Message& message, BrowserThread::ID* thread) argument
/external/chromium_org/chrome/renderer/
H A Dchrome_render_process_observer.cc201 // No worker threads so just send out the main thread data right away.
272 RenderThread* thread = RenderThread::Get(); local
274 thread->SetResourceDispatcherDelegate(resource_delegate_.get());
/external/chromium_org/content/browser/
H A Dhistogram_synchronizer.cc13 #include "base/threading/thread.h"
38 // the UI. All methods are accessible on UI thread.
305 base::MessageLoop* thread = NULL; local
311 thread = callback_thread_;
315 InternalPostTask(thread, callback);
318 void HistogramSynchronizer::InternalPostTask(base::MessageLoop* thread, argument
320 if (callback.is_null() || !thread)
322 thread->PostTask(FROM_HERE, callback);
/external/chromium_org/content/browser/renderer_host/
H A Dclipboard_message_filter.cc59 const IPC::Message& message, BrowserThread::ID* thread) {
60 // Clipboard writes should always occur on the UI thread due the restrictions
61 // of various platform APIs. In general, the clipboard is not thread-safe, so
62 // all clipboard calls should be serviced from the UI thread.
64 // Windows needs clipboard reads to be serviced from the IO thread because
66 // serviced from the UI thread. Note that Windows clipboard calls ARE
67 // thread-safe so it is ok for reads and writes to be serviced from different
71 *thread = BrowserThread::UI;
76 *thread = BrowserThread::FILE;
113 // On Windows, we can't write directly from the IO thread, s
58 OverrideThreadForMessage( const IPC::Message& message, BrowserThread::ID* thread) argument
[all...]

Completed in 3461 milliseconds

1234567891011>>