Y
Hacker News
new
|
ask
|
show
|
jobs
by
jnordwick
2363 days ago
MONITOR/MWAIT will get you the part where a thread will pause and the cpu can rest until a write on a store on an address range, then the waiting thread is allowed to continue. You can't wait on a specific value though.