HomeSort by relevance Sort by last modified time
    Searched refs:current_thread_id (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/threading/
thread_collision_warner.cc 17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId(); local
22 static_cast<subtle::Atomic32>(current_thread_id);
31 subtle::Atomic32 current_thread_id = CurrentThread(); local
35 current_thread_id);
36 if (previous_value != 0 && previous_value != current_thread_id) {
46 subtle::Atomic32 current_thread_id = CurrentThread(); local
50 current_thread_id) != 0) {
  /external/webkit/Tools/Scripts/webkitpy/common/system/
stack_utils_unittest.py 36 def current_thread_id(): function
43 thread_id = current_thread_id()
57 thread_id = current_thread_id()
  /external/chromium/chrome/browser/importer/
importer_list.cc 210 BrowserThread::ID current_thread_id;
211 BrowserThread::GetCurrentThreadIdentifier(&current_thread_id);
212 DCHECK_EQ(current_thread_id, source_thread_id_);

Completed in 1017 milliseconds