HomeSort by relevance Sort by last modified time
    Searched defs:GetThreadId (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/threading/
thread.cc 169 DCHECK_NE(GetThreadId(), PlatformThread::CurrentId());
178 PlatformThreadId Thread::GetThreadId() const {
215 // First, make GetThreadId() available to avoid deadlocks. It could be called
  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 85 std::string GetThreadId() {
95 return "@[tid=" + GetThreadId() + "]";
  /art/runtime/
gc_root.h 70 uint32_t GetThreadId() const {
thread.h 316 uint32_t GetThreadId() const {
    [all...]
debugger.cc     [all...]
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 123 pid_t CrashGenerator::GetThreadId(unsigned index) const {
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 99 static std::string GetThreadId() {
124 std::string name(GetThreadName() + " - " + GetThreadId());
  /system/core/base/
logging.cpp 77 static thread_id GetThreadId() {
194 severity_char, getpid(), GetThreadId(), file, line, message);
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 78 int GetThreadId(); // Get an ID assigned to a thread..
534 int WorkQueue::GetThreadId() {
718 thread_id = GetThreadId();

Completed in 2416 milliseconds