Hacker News new | ask | show | jobs
by gpderetta 1173 days ago
I don't trust explicit lock and un lock operations abstractions in C, I always use inline asm to acquire and release my locks.
1 comments

I don't trust asm. I write an array of machine code and execute that each time I want to lock and unlock a lock.