HomeSort by relevance Sort by last modified time
    Searched refs:getTid (Results 1 - 7 of 7) sorted by null

  /frameworks/native/include/utils/
Thread.h 74 // Return the thread's kernel ID, same as the thread itself calling gettid() or
76 pid_t getTid() const;
105 // legacy for debugging, not used by getTid() as it is set by the child thread
  /frameworks/native/libs/utils/
Threads.cpp 326 return gettid();
774 self->mTid = gettid();
884 pid_t Thread::getTid() const
893 ALOGW("Thread (this=%p): getTid() is undefined before run()", this);
  /frameworks/av/media/libmedia/
AudioTrack.cpp 857 tid = mAudioTrackThread->getTid();
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 415 snprintf(buffer, SIZE, "TID: %d\n", getTid());
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 312 milliseconds