Comment on Follow up to “Android graphics true facts”, or The Reason Android is LaggyparentComments−jrockway14yAcquiring a mutex on Linux involves reading an integer from memory.Also, the way a queue prevents two consumers from popping off the same element is the same way a mutex is implemented.
Comments
Acquiring a mutex on Linux involves reading an integer from memory.
Also, the way a queue prevents two consumers from popping off the same element is the same way a mutex is implemented.