Searched refs:thread_blocktime (Results 1 – 1 of 1) sorted by relevance
21 thread_blocktime = {} variable34 thread_blocktime[tid] = nsecs(s, ns)38 if tid in thread_blocktime:39 elapsed = nsecs(s, ns) - thread_blocktime[tid]41 del thread_blocktime[tid]