4 ms·My naïve guess is that this is probably some sort of lock contention thing.by byteduck 4y agoMy naïve guess is that this is probably some sort of lock contention thing.enedil 4y agoLock contention usually impacts performance, but not liveness.saagarjha 4y agoUsually, but in truly pathological cases you may starve something important essentially indefinitely.mort96 4y agoLock contention from running a syscall once?