Searched refs:thread_blocktime (Results 1 – 1 of 1) sorted by relevance
23 thread_blocktime = {} variable37 thread_blocktime[tid] = nsecs(s, ns)42 if tid in thread_blocktime:43 elapsed = nsecs(s, ns) - thread_blocktime[tid]45 del thread_blocktime[tid]
Completed in 4 milliseconds