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

  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 85 std::string GetThreadId() {
95 return "@[tid=" + GetThreadId() + "]";
  /external/libchrome/base/threading/
thread.cc 221 PlatformThreadId Thread::GetThreadId() const {
281 // First, make GetThreadId() available to avoid deadlocks. It could be called
  /art/runtime/
gc_root.h 72 uint32_t GetThreadId() const {
thread.h 378 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());
  /frameworks/native/libs/vr/libpdx/
service.cpp 413 pid_t Message::GetThreadId() const { return info_.tid; }
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 80 int GetThreadId(); // Get an ID assigned to a thread..
536 int WorkQueue::GetThreadId() {
720 thread_id = GetThreadId();
  /system/core/base/
logging.cpp 79 static thread_id GetThreadId() {
227 getpid(), GetThreadId(), file, line, message);

Completed in 1058 milliseconds