Searched refs:thread_blocktime (Results 1 – 1 of 1) sorted by relevance
19 thread_blocktime = {} variable32 thread_blocktime[tid] = nsecs(s, ns)36 if thread_blocktime.has_key(tid):37 elapsed = nsecs(s, ns) - thread_blocktime[tid]39 del thread_blocktime[tid]