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

1 23 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/
process_singleton_win.cc 300 DWORD thread_id = ::GetWindowThreadProcessId(remote_window_, &process_id); local
301 if (!thread_id || !process_id) {
308 ::EnumThreadWindows(thread_id,
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance.h 96 int thread_id() const { return thread_id_; } function in class:content::EmbeddedWorkerInstance
141 void OnScriptLoaded(int thread_id);
  /external/chromium_org/tools/gn/
trace.h 35 base::PlatformThreadId thread_id);
40 base::PlatformThreadId thread_id() const { return thread_id_; } function in class:TraceItem
  /external/chromium_org/ui/gfx/win/
hwnd_util.cc 115 DWORD thread_id = GetWindowThreadProcessId(hwnd, &process_id); local
  /bionic/tests/
time_test.cpp 364 pthread_t thread_id; member in struct:TimerDeleteData
371 tdd->thread_id = pthread_self();
403 while (pthread_detach(tdd.thread_id) != ESRCH && (time(NULL) - cur_time) < 5);
404 ASSERT_EQ(ESRCH, pthread_detach(tdd.thread_id));
  /external/ceres-solver/internal/ceres/
program_evaluator.h 182 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];
schur_eliminator_impl.h 225 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_;
covariance_impl.cc 534 int thread_id = omp_get_thread_num(); local
536 int thread_id = 0; local
539 double* solution = workspace.get() + thread_id * num_cols;
723 int thread_id = omp_get_thread_num(); local
725 int thread_id = 0; local
728 double* solution = workspace.get() + thread_id * num_cols;
  /external/chromium_org/base/debug/
trace_event_impl.h 117 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/time/
time_win_unittest.cc 88 unsigned thread_id; local
91 &thread_id));
  /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/cloud_print/service/win/
chrome_launcher.cc 40 void ShutdownChrome(HANDLE process, DWORD thread_id) {
41 if (::PostThreadMessage(thread_id, WM_QUIT, 0, 0) &&
62 void CloseChrome(HANDLE process, DWORD thread_id) {
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);
298 DWORD thread_id = 0; local
    [all...]
  /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/third_party/libusb/src/libusb/os/
poll_windows.c 77 DWORD thread_id; member in struct:__anon17480
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/chromium_org/third_party/webrtc/modules/audio_device/android/
opensles_input.cc 466 unsigned int thread_id = 0; local
467 if (!rec_thread_->Start(thread_id)) {
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log.cc 361 unsigned int thread_id = 0; local
362 bool success = file_writer_thread_->Start(thread_id);
  /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:__anon5723
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 = -1
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 267 gki_cb.os.thread_id[p_pthread_info->task_id] = pthread_self();
413 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
414 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
419 ret = pthread_create( &gki_cb.os.thread_id[task_id],
430 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param)==0)
451 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, &param);
457 (int)gki_cb.os.thread_id[task_id],
508 result = pthread_join( gki_cb.os.thread_id[task_id], NULL );
580 pthread_detach(gki_cb.os.thread_id[task_id]);
629 result = pthread_join( gki_cb.os.thread_id[task_id-1], NULL )
950 pthread_t thread_id = pthread_self( ); local
    [all...]
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 77 TimeDelta GetAnAssignment(int thread_id); // Get a work task duration.
78 void WorkIsCompleted(int thread_id);
542 TimeDelta WorkQueue::GetAnAssignment(int thread_id) {
545 assignment_history_[thread_id]++;
552 void WorkQueue::WorkIsCompleted(int thread_id) {
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...]

Completed in 1788 milliseconds

1 23 4 5 6 7 8 9