A futex overview and update - FUTEX_WAIT_BITSET vs FUTEX_WAKE_BITSET
Posted Nov 12, 2009 6:27 UTC (Thu) by dvhart (guest, #19636)
[Link]
WAIT vs. WAKE. One puts the task to sleep and sets the bitset by which it
can
be woken, the other does the wake with a matching bitset. I believe I had to
look at these a couple times myself even while writing the article!