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

  /external/perfetto/include/perfetto/base/
thread_utils.h 41 inline PlatformThreadID GetThreadId() {
46 inline PlatformThreadID GetThreadId() {
51 inline PlatformThreadID GetThreadId() {
56 inline PlatformThreadID GetThreadId() {
63 inline PlatformThreadID GetThreadId() {
68 inline PlatformThreadID GetThreadId() {
  /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 {
286 // First, make GetThreadId() available to avoid deadlocks. It could be called
  /art/runtime/
gc_root.h 72 uint32_t GetThreadId() const {
debugger.cc     [all...]
thread.h 386 uint32_t GetThreadId() const {
    [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());
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 80 int GetThreadId(); // Get an ID assigned to a thread..
542 int WorkQueue::GetThreadId() {
726 thread_id = GetThreadId();

Completed in 680 milliseconds