Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/scripts/python/
Dfutex-contention.py20 thread_thislock = {} variable
33 thread_thislock[tid] = uaddr
40 add_stats(lock_waits, (tid, thread_thislock[tid]), elapsed)
42 del thread_thislock[tid]