Y
Hacker News
new
|
ask
|
show
|
jobs
by
wizzwizz4
141 days ago
I'm not sure how a spinlock solves this problem. Wouldn't that just cause the process to hang busy?
1 comments
direwolf20
141 days ago
Only until the other thread leaves the logger
link
wizzwizz4
141 days ago
Oh, I see: the spinlock is for logging the deadlocks of other mutices, not for magically remediating deadlocks.
link