HomeSort by relevance Sort by last modified time
    Searched defs:current_thread_id (Results 1 - 2 of 2) 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()

Completed in 195 milliseconds