Searched defs:thread_id (Results 51 - 75 of 146) sorted by relevance

123456

/external/chromium_org/third_party/webrtc/test/
H A Dfake_audio_device.cc62 unsigned int thread_id; local
63 if (!thread_->Start(thread_id)) {
/external/chromium_org/tools/gn/
H A Dtrace.h35 base::PlatformThreadId thread_id);
40 base::PlatformThreadId thread_id() const { return thread_id_; } function in class:TraceItem
/external/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp205 BreakpointOptions::SetThreadID (lldb::tid_t thread_id) argument
207 GetThreadSpec()->SetTID(thread_id);
H A DWatchpointOptions.cpp161 WatchpointOptions::SetThreadID (lldb::tid_t thread_id) argument
163 GetThreadSpec()->SetTID(thread_id);
/external/lldb/source/Target/
H A DThreadPlanStepUntil.cpp61 lldb::user_id_t thread_id = m_thread.GetID(); local
74 return_bp->SetThreadID(thread_id);
88 until_bp->SetThreadID(thread_id);
/external/openssl/crypto/bn/
H A Dbn_blind.c125 unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b; member in struct:bn_blinding_st
282 return b->thread_id;
287 b->thread_id = n;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id) argument
105 new_thread->entry.id = thread_id;
117 unsigned int thread_id_to_gdb_id (unsigned long thread_id) argument
123 if (inf->id == thread_id)
/external/bluetooth/bluedroid/btif/co/
H A Dbta_hh_co.c144 pthread_t thread_id = -1; local
145 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
151 return thread_id;
/external/ceres-solver/internal/ceres/
H A Dprogram_evaluator.h182 int thread_id = omp_get_thread_num(); local
184 int thread_id = 0; local
186 EvaluatePreparer* preparer = &evaluate_preparers_[thread_id];
187 EvaluateScratch* scratch = &evaluate_scratch_[thread_id];
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h117 int thread_id,
146 int thread_id() const { return thread_id_; } function in class:base::debug::TraceEvent
579 int thread_id,
/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib.cc133 PlatformThreadId thread_id; member in struct:base::__anon2370::ThreadInfo
148 thread_info->thread_id = PlatformThread::CurrentId();
150 DCHECK(thread_info->thread_id == PlatformThread::CurrentId()) <<
/external/chromium_org/base/threading/
H A Dplatform_thread_win.cc32 void SetNameInternal(PlatformThreadId thread_id, const char* name) { argument
36 info.dwThreadID = thread_id;
/external/chromium_org/base/time/
H A Dtime_win_unittest.cc88 unsigned thread_id; local
91 &thread_id));
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_client.cc42 BrowserThread::ID thread_id; local
43 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id));
48 thread_id));
311 BrowserThread::ID thread_id) {
313 this, BrowserThread::GetMessageLoopProxyForThread(thread_id).get())
310 StartProcessOnIOThread( BrowserThread::ID thread_id) argument
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_win.cc300 DWORD thread_id = ::GetWindowThreadProcessId(remote_window_, &process_id); local
301 if (!thread_id || !process_id) {
308 ::EnumThreadWindows(thread_id,
/external/chromium_org/cloud_print/service/win/
H A Dchrome_launcher.cc40 void ShutdownChrome(HANDLE process, DWORD thread_id) { argument
41 if (::PostThreadMessage(thread_id, WM_QUIT, 0, 0) &&
62 void CloseChrome(HANDLE process, DWORD thread_id) { argument
67 ShutdownChrome(process, thread_id);
72 DWORD* thread_id) {
91 if (thread_id)
92 *thread_id = process_info.thread_id();
224 DWORD thread_id = 0; local
225 LaunchProcess(cmd, &chrome_handle, &thread_id);
70 LaunchProcess(const CommandLine& cmdline, base::win::ScopedHandle* process_handle, DWORD* thread_id) argument
298 DWORD thread_id = 0; local
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_instance.cc272 void EmbeddedWorkerInstance::OnScriptLoaded(int thread_id) { argument
273 thread_id_ = thread_id;
H A Dembedded_worker_instance.h96 int thread_id() const { return thread_id_; } function in class:content::EmbeddedWorkerInstance
141 void OnScriptLoaded(int thread_id);
H A Dembedded_worker_registry.cc83 int thread_id,
90 found->second->OnScriptLoaded(thread_id);
81 OnWorkerScriptLoaded( int process_id, int thread_id, int embedded_worker_id ) argument
H A Dembedded_worker_test_helper.cc109 int thread_id,
170 int thread_id, int embedded_worker_id) {
174 worker->process_id(), thread_id, embedded_worker_id);
238 int thread_id,
243 EXPECT_EQ(worker->thread_id(), thread_id);
249 thread_id,
108 OnMessageToWorker( int thread_id, int embedded_worker_id, const IPC::Message& message) argument
169 SimulateWorkerScriptLoaded( int thread_id, int embedded_worker_id) argument
237 OnMessageToWorkerStub( int thread_id, int embedded_worker_id, const IPC::Message& message) argument
/external/chromium_org/content/public/test/
H A Dtest_utils.cc46 void RunAllPendingMessageAndSendQuit(BrowserThread::ID thread_id, argument
49 BrowserThread::PostTask(thread_id, FROM_HERE, quit_task);
135 void RunAllPendingInMessageLoop(BrowserThread::ID thread_id) { argument
136 if (BrowserThread::CurrentlyOn(thread_id)) {
147 BrowserThread::PostTask(thread_id, FROM_HERE,
/external/chromium_org/extensions/browser/api/
H A Dapi_resource_manager.h127 content::BrowserThread::ID thread_id) {
128 TestThreadTraits<T>::thread_id_ = thread_id;
126 CreateApiResourceManagerForTest(content::BrowserContext* context, content::BrowserThread::ID thread_id) argument
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dbrowser.c63 int32_t thread_id = XRayGetSavedThreadID(capture); local
110 0, thread_id,
132 0, thread_id,
145 0, thread_id,
/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc159 DWORD thread_id) {
162 desired_access, thread_id,
158 NtOpenThread(IPCInfo* ipc, DWORD desired_access, DWORD thread_id) argument
H A Dprocess_thread_interception.cc37 uint32 thread_id = 0; local
55 thread_id = static_cast<uint32>(
74 thread_id, &answer);

Completed in 5172 milliseconds

123456