HomeSort by relevance Sort by last modified time
    Searched defs:thread_id (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /external/ceres-solver/internal/ceres/
schur_eliminator_impl.h 222 int thread_id = omp_get_thread_num(); local
224 int thread_id = 0;
226 double* buffer = buffer_.get() + thread_id * buffer_size_;
509 int thread_id = omp_get_thread_num(); local
511 int thread_id = 0; local
514 chunk_outer_product_buffer_.get() + thread_id * buffer_size_;
  /external/chromium/base/
message_pump_glib.cc 180 static base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); local
181 DCHECK(thread_id == base::PlatformThread::CurrentId()) <<
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 329 unsigned long thread_id = 0; local
331 thread_id = GetWindowThreadProcessId(params.window, &process_id);
333 if (thread_id != GetCurrentThreadId()) {
334 DCHECK_EQ(thread_id, GetCurrentThreadId());
  /external/chromium/chrome/browser/
browser_focus_uitest.cc 95 int thread_id = ::GetWindowThreadProcessId(window, &process_id); local
    [all...]
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 76 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/chrome/browser/ui/
browser_focus_uitest.cc 102 int thread_id = ::GetWindowThreadProcessId(window, &process_id); local
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_helper_util.cc 126 DWORD thread_id,
132 thread_id_(thread_id),
143 DWORD thread_id = GetWindowThreadProcessId(window, &process_id); local
147 if (params->thread_id_ == 0 || params->thread_id_ == thread_id) {
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 39 void ShutdownChrome(HANDLE process, DWORD thread_id) {
40 if (::PostThreadMessage(thread_id, WM_QUIT, 0, 0) &&
61 void CloseChrome(HANDLE process, DWORD thread_id) {
66 ShutdownChrome(process, thread_id);
71 DWORD* thread_id) {
87 if (thread_id)
88 *thread_id = process_info.thread_id();
242 DWORD thread_id = 0; local
243 LaunchProcess(cmd, chrome_handle.Receive(), &thread_id);
319 DWORD thread_id = 0; local
    [all...]
  /external/chromium_org/content/browser/
browser_thread_impl.cc 170 BrowserThread::ID thread_id; local
171 if (!GetCurrentThreadIdentifier(&thread_id))
174 switch (thread_id) {
  /external/chromium_org/native_client_sdk/src/libraries/xray/
browser.c 63 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/
broker_services.cc 290 static DWORD thread_id = ::GetCurrentThreadId(); local
291 DCHECK(thread_id == ::GetCurrentThreadId());
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 77 DWORD thread_id; member in struct:__anon13890
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/protobuf/src/google/protobuf/stubs/
common.cc 251 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/protobuf/src/google/protobuf/stubs/
common.cc 247 DWORD thread_id; member in struct:google::protobuf::Mutex::Internal
264 mInternal->thread_id = GetCurrentThreadId();
270 mInternal->thread_id = 0;
277 GOOGLE_DCHECK_EQ(mInternal->thread_id, GetCurrentThreadId());
  /external/webrtc/src/system_wrappers/source/
data_log.cc 361 unsigned int thread_id = 0; local
362 bool success = file_writer_thread_->Start(thread_id);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_winpcap.c 205 DWORD thread_id; local
245 &thread_id);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 96 long thread_id; /* Thread id where this tstate was created */ member in struct:_ts
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 96 long thread_id; /* Thread id where this tstate was created */ member in struct:_ts
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 98 volatile pid_t thread_id; member in struct:__anon3409
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*)h)) != -1)
237 APPL_TRACE_DEBUG2("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 = -1
    [all...]
  /external/chromium/base/synchronization/
condition_variable_unittest.cc 75 TimeDelta GetAnAssignment(int thread_id); // Get a work task duration.
76 void WorkIsCompleted(int thread_id);
525 TimeDelta WorkQueue::GetAnAssignment(int thread_id) {
528 assignment_history_[thread_id]++;
535 void WorkQueue::WorkIsCompleted(int thread_id) {
537 completion_history_[thread_id]++;
699 int thread_id; local
702 thread_id = GetThreadId();
724 work_time = GetAnAssignment(thread_id);
743 WorkIsCompleted(thread_id);
    [all...]
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 262 pthread_t thread_id; local
271 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
278 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
    [all...]
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 75 TimeDelta GetAnAssignment(int thread_id); // Get a work task duration.
76 void WorkIsCompleted(int thread_id);
490 TimeDelta WorkQueue::GetAnAssignment(int thread_id) {
493 assignment_history_[thread_id]++;
500 void WorkQueue::WorkIsCompleted(int thread_id) {
502 completion_history_[thread_id]++;
664 int thread_id; local
667 thread_id = GetThreadId();
689 work_time = GetAnAssignment(thread_id);
708 WorkIsCompleted(thread_id);
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 536 DWORD thread_id; local
542 &thread_id);
566 &thread_id);
  /external/chromium_org/testing/gtest/test/
gtest-port_test.cc 319 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));
    [all...]
  /external/gtest/test/
gtest-port_test.cc 282 pthread_t thread_id; local
291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
298 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
    [all...]

Completed in 947 milliseconds

1 23 4 5 6 7 8