Home
last modified time | relevance | path

Searched refs:threadid (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/opengl/tests/testPauseResume/
H A DREADME23 W/dalvikvm( 1466): threadid=8: thread exiting with uncaught exception (group=0x4001d7f0)
/aosp12/art/tools/ahat/etc/
H A Dhprofdump.py246 threadid = readID(hprof) ; length -= idsize variable
249 print " ROOT THREAD OBJECT threadid=@%x serial=%d" % (threadid, serial)
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Dspkr_protection.c140 pthread_t threadid; in audio_extn_spkr_prot_calib_cancel() local
143 threadid = pthread_self(); in audio_extn_spkr_prot_calib_cancel()
145 if (pthread_equal(handle.speaker_prot_threadid, threadid) || !adev) { in audio_extn_spkr_prot_calib_cancel()