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

  /external/chromium_org/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/chromium_org/third_party/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_org/content/public/test/
test_utils.cc 140 BrowserThread::ID current_thread_id; local
141 if (!BrowserThread::GetCurrentThreadIdentifier(&current_thread_id)) {
148 base::Bind(&RunAllPendingMessageAndSendQuit, current_thread_id,
  /external/chromium_org/base/debug/
trace_event_impl.cc 2190 int current_thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
2193 current_thread_id, local
2200 current_thread_id, local
2213 current_thread_id, local
2246 current_thread_id, local
    [all...]

Completed in 718 milliseconds