Searched defs:thread_id (Results 76 - 100 of 146) sorted by relevance

123456

/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_policy.cc105 uint32 thread_id,
118 reinterpret_cast<PVOID>(static_cast<ULONG_PTR>(thread_id));
103 OpenThreadAction(const ClientInfo& client_info, uint32 desired_access, uint32 thread_id, HANDLE* handle) argument
H A Dbroker_services.cc329 static DWORD thread_id = ::GetCurrentThreadId(); local
330 DCHECK(thread_id == ::GetCurrentThreadId());
/external/chromium_org/sandbox/win/tests/validation_tests/
H A Dcommands.cc120 DWORD thread_id = _wtoi(argv[0]);
121 return TestOpenThread(thread_id);
124 int TestOpenThread(DWORD thread_id) { argument
128 thread_id);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dpoll_windows.c77 DWORD thread_id; member in struct:__anon12855
121 if (_poll_fd[_index].thread_id == GetCurrentThreadId()) {
165 _poll_fd[i].thread_id = 0;
362 _poll_fd[i].thread_id = GetCurrentThreadId();
395 _poll_fd[_index].thread_id = 0;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Ddata_log.cc361 unsigned int thread_id = 0; local
362 bool success = file_writer_thread_->Start(thread_id);
/external/chromium_org/tools/gn/
H A Dtrace.cc117 base::PlatformThreadId thread_id)
120 thread_id_(thread_id) {
258 out << "{\"pid\":0,\"tid\":" << item.thread_id();
115 TraceItem(Type type, const std::string& name, base::PlatformThreadId thread_id) argument
/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.cc115 DWORD thread_id = GetWindowThreadProcessId(hwnd, &process_id); local
/external/chromium_org/v8/src/
H A Dv8threads.cc358 void ThreadManager::TerminateExecution(ThreadId thread_id) { argument
362 if (thread_id.Equals(state->id())) {
/external/lldb/source/API/
H A DSBBreakpointLocation.cpp163 SBBreakpointLocation::SetThreadID (tid_t thread_id) argument
168 m_opaque_sp->SetThreadID (thread_id);
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc361 unsigned int thread_id = 0; local
362 bool success = file_writer_thread_->Start(thread_id);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_winpcap.c205 DWORD thread_id; local
245 &thread_id);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_winpcap.c205 DWORD thread_id; local
245 &thread_id);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_winpcap.c205 DWORD thread_id; local
245 &thread_id);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_thread.c98 volatile pid_t thread_id; member in struct:__anon1098
169 pthread_t thread_id = -1; local
170 if( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
175 return thread_id;
216 ts[h].thread_id = -1;
235 if((ts[h].thread_id = create_thread(sock_poll_thread, (void*)(uintptr_t)h)) != -1)
237 APPL_TRACE_DEBUG("h:%d, thread id:%d", h, ts[h].thread_id);
299 if(ts[h].thread_id == pthread_self())
375 pthread_join(ts[h].thread_id, 0);
387 ts[h].thread_id
[all...]
/external/ceres-solver/internal/ceres/
H A Dschur_eliminator_impl.h225 int thread_id = omp_get_thread_num(); local
227 int thread_id = 0;
229 double* buffer = buffer_.get() + thread_id * buffer_size_;
512 int thread_id = omp_get_thread_num(); local
514 int thread_id = 0; local
517 chunk_outer_product_buffer_.get() + thread_id * buffer_size_;
/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc77 TimeDelta GetAnAssignment(int thread_id); // Get a work task duration.
78 void WorkIsCompleted(int thread_id);
542 TimeDelta WorkQueue::GetAnAssignment(int thread_id) { argument
545 assignment_history_[thread_id]++;
552 void WorkQueue::WorkIsCompleted(int thread_id) { argument
554 completion_history_[thread_id]++;
712 int thread_id; local
715 thread_id = GetThreadId();
737 work_time = GetAnAssignment(thread_id);
756 WorkIsCompleted(thread_id);
[all...]
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h76 const content::BrowserThread::ID& thread_id; member in struct:ThreadWatcher::WatchingParams
91 : thread_id(thread_id_in),
101 // This method starts performing health check on the given |thread_id|. It
102 // will create ThreadWatcher object for the given |thread_id|, |thread_name|.
113 // the given thread_id.
117 content::BrowserThread::ID thread_id() const { return thread_id_; } function in class:ThreadWatcher
138 // Construct a ThreadWatcher for the given |thread_id|. |sleep_time| is the
199 static void OnPingMessage(const content::BrowserThread::ID& thread_id,
340 // In that string, the first parameter specifies the thread_id: UI, IO or
396 static bool IsRegistered(const content::BrowserThread::ID thread_id);
[all...]
/external/chromium_org/content/browser/
H A Dbrowser_thread_impl.cc236 BrowserThread::ID thread_id = ID_COUNT; local
237 if (!GetCurrentThreadIdentifier(&thread_id))
240 switch (thread_id) {
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_dispatcher_host.cc213 int thread_id,
222 thread_id,
237 thread_id,
260 thread_id,
266 int thread_id,
274 thread_id,
289 thread_id,
310 thread_id,
315 int thread_id,
323 thread_id,
212 OnRegisterServiceWorker( int thread_id, int request_id, int provider_id, const GURL& pattern, const GURL& script_url) argument
265 OnUnregisterServiceWorker( int thread_id, int request_id, int provider_id, const GURL& pattern) argument
314 OnGetRegistration( int thread_id, int request_id, int provider_id, const GURL& document_url) argument
475 RegistrationComplete( int thread_id, int provider_id, int request_id, ServiceWorkerStatusCode status, int64 registration_id, int64 version_id) argument
520 OnWorkerScriptLoaded( int embedded_worker_id, int thread_id) argument
670 UnregistrationComplete( int thread_id, int request_id, ServiceWorkerStatusCode status) argument
689 GetRegistrationComplete( int thread_id, int provider_id, int request_id, ServiceWorkerStatusCode status, const scoped_refptr<ServiceWorkerRegistration>& registration) argument
720 SendRegistrationError( int thread_id, int request_id, ServiceWorkerStatusCode status) argument
732 SendUnregistrationError( int thread_id, int request_id, ServiceWorkerStatusCode status) argument
744 SendGetRegistrationError( int thread_id, int request_id, ServiceWorkerStatusCode status) argument
[all...]
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_dispatcher.cc290 int thread_id,
307 int thread_id,
320 int thread_id,
341 void ServiceWorkerDispatcher::OnUnregistered(int thread_id, argument
362 int thread_id,
389 int thread_id,
413 int thread_id,
438 int thread_id,
463 int thread_id,
468 "Thread ID", thread_id,
289 OnAssociateRegistration( int thread_id, int provider_id, const ServiceWorkerRegistrationObjectInfo& info, const ServiceWorkerVersionAttributes& attrs) argument
306 OnDisassociateRegistration( int thread_id, int provider_id) argument
319 OnRegistered( int thread_id, int request_id, const ServiceWorkerRegistrationObjectInfo& info, const ServiceWorkerVersionAttributes& attrs) argument
361 OnDidGetRegistration( int thread_id, int request_id, const ServiceWorkerRegistrationObjectInfo& info, const ServiceWorkerVersionAttributes& attrs) argument
388 OnRegistrationError( int thread_id, int request_id, WebServiceWorkerError::ErrorType error_type, const base::string16& message) argument
412 OnUnregistrationError( int thread_id, int request_id, WebServiceWorkerError::ErrorType error_type, const base::string16& message) argument
437 OnGetRegistrationError( int thread_id, int request_id, WebServiceWorkerError::ErrorType error_type, const base::string16& message) argument
462 OnServiceWorkerStateChanged( int thread_id, int handle_id, blink::WebServiceWorkerState state) argument
479 OnSetVersionAttributes( int thread_id, int provider_id, int registration_handle_id, int changed_mask, const ServiceWorkerVersionAttributes& attributes) argument
507 OnUpdateFound( int thread_id, const ServiceWorkerRegistrationObjectInfo& info) argument
636 OnSetControllerServiceWorker( int thread_id, int provider_id, const ServiceWorkerObjectInfo& info) argument
658 OnPostMessage( int thread_id, int provider_id, const base::string16& message, const std::vector<int>& sent_message_port_ids, const std::vector<int>& new_routing_ids) argument
[all...]
/external/chromium_org/content/renderer/service_worker/
H A Dembedded_worker_context_client.cc336 int thread_id,
335 OnMessageToWorker( int thread_id, int embedded_worker_id, const IPC::Message& message) argument
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc319 pthread_t thread_id; local
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
335 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc251 DWORD thread_id; member in struct:google::protobuf::Mutex::Internal
268 mInternal->thread_id = GetCurrentThreadId();
274 mInternal->thread_id = 0;
281 GOOGLE_DCHECK_EQ(mInternal->thread_id, GetCurrentThreadId());
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dopensles_input.cc466 unsigned int thread_id = 0; local
467 if (!rec_thread_->Start(thread_id)) {
H A Dopensles_output.cc510 unsigned int thread_id = 0; local
511 if (!play_thread_->Start(thread_id)) {

Completed in 8787 milliseconds

123456