On Tuesday, 22 April 2014 at 09:40:15 UTC, Ola Fosheim Grøstad wrote:
   if( CAS_SET_BIT(ref+32,THREADID)==THREADID ){

Make that:

 if( CAS_SET_BIT(ref+32,THREADID) == (1<<THREADID) ){

Reply via email to