Mir

Code review comment for lp:~vanvugt/mir/egldemo

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Hmm, yes I guess it's theoretically possible that EGLBoolean could be typedef'd to some large type that is non-atomic at the instruction level. Changed to sig_atomic_t.

Although in reality, I doubt any platform will ever have a non-atomic 'int' that doesn't map directly to the CPU word size.

« Back to merge proposal