HomeSort by relevance Sort by last modified time
    Searched refs:CurrentId (Results 1 - 25 of 31) sorted by null

1 2

  /external/libchrome/base/synchronization/
cancellation_flag.cc 13 DCHECK_EQ(set_on_, PlatformThread::CurrentId());
cancellation_flag.h 24 set_on_ = PlatformThread::CurrentId();
  /external/libchrome/base/message_loop/
message_loop_task_runner.cc 22 valid_thread_id_ = PlatformThread::CurrentId();
43 return valid_thread_id_ == PlatformThread::CurrentId();
message_pump_glib.cc 148 thread_info->thread_id = PlatformThread::CurrentId();
150 DCHECK(thread_info->thread_id == PlatformThread::CurrentId()) <<
  /external/libchrome/base/threading/
platform_thread_linux.cc 70 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
78 if (PlatformThread::CurrentId() == getpid())
thread_collision_warner.cc 17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId();
platform_thread_posix.cc 68 PlatformThread::CurrentId());
74 PlatformThread::CurrentId());
130 PlatformThreadId PlatformThread::CurrentId() {
183 return ThreadIdNameManager::GetInstance()->GetName(CurrentId());
237 << PlatformThread::CurrentId() << ") to " << nice_setting;
261 << PlatformThread::CurrentId() << ")";
platform_thread_unittest.cc 120 thread_id_ = PlatformThread::CurrentId();
124 EXPECT_EQ(thread_id_, PlatformThread::CurrentId());
167 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
183 EXPECT_EQ(main_thread_id, PlatformThread::CurrentId());
187 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
218 EXPECT_EQ(main_thread_id, PlatformThread::CurrentId());
thread_id_name_manager_unittest.cc 68 base::PlatformThreadId a_id = base::PlatformThread::CurrentId();
80 base::PlatformThreadId a_id = base::PlatformThread::CurrentId();
thread.cc 174 DCHECK_NE(GetThreadId(), PlatformThread::CurrentId());
222 id_ = PlatformThread::CurrentId();
platform_thread.h 127 static PlatformThreadId CurrentId();
simple_thread.cc 66 tid_ = PlatformThread::CurrentId();
worker_pool_posix.cc 81 PlatformThread::CurrentId());
  /system/tpm/trunks/
trunks_dbus_proxy.cc 53 origin_thread_id_ = base::PlatformThread::CurrentId();
59 if (origin_thread_id_ != base::PlatformThread::CurrentId()) {
80 if (origin_thread_id_ != base::PlatformThread::CurrentId()) {
  /external/libchrome/base/
observer_list_threadsafe.h 122 PlatformThreadId thread_id = PlatformThread::CurrentId();
140 PlatformThreadId thread_id = PlatformThread::CurrentId();
225 observer_lists_.find(PlatformThread::CurrentId());
250 observer_lists_.find(PlatformThread::CurrentId());
  /external/libchrome/dbus/
dbus_statistics.cc 67 origin_thread_id_(base::PlatformThread::CurrentId()) {
71 DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId());
87 if (base::PlatformThread::CurrentId() != origin_thread_id_) {
89 << base::PlatformThread::CurrentId();
110 DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId());
  /external/v8/src/
v8threads.h 85 ThreadId CurrentId();
v8threads.cc 280 state->set_id(CurrentId());
348 ThreadId ThreadManager::CurrentId() {
  /external/libchrome/base/timer/
timer.cc 168 thread_id_ = static_cast<int>(PlatformThread::CurrentId());
178 thread_id_ == static_cast<int>(PlatformThread::CurrentId()));
  /external/libchrome/base/debug/
stack_trace.cc 60 bool is_main_thread = GetCurrentProcId() == PlatformThread::CurrentId();
  /external/libchrome/base/trace_event/
malloc_dump_provider.cc 176 tid_dumping_heap_ = PlatformThread::CurrentId();
223 // CurrentId() can be a slow operation (crbug.com/497226). This apparently
224 // redundant condition short circuits the CurrentID() calls when unnecessary.
226 tid_dumping_heap_ == PlatformThread::CurrentId())
249 tid_dumping_heap_ == PlatformThread::CurrentId())
trace_event.h 73 static_cast<int>(base::PlatformThread::CurrentId())
    [all...]
heap_profiler_allocation_context_tracker.cc 61 static_cast<unsigned long>(PlatformThread::CurrentId()));
trace_log.cc 316 "tracing/thread_%d", static_cast<int>(PlatformThread::CurrentId()));
    [all...]
  /external/libchrome/base/allocator/
allocator_shim.cc 39 Atomic32 cur_tid = static_cast<Atomic32>(PlatformThread::CurrentId());

Completed in 932 milliseconds

1 2