comparison src/synchronizedQueue/synchronizedQueueContext.h @ 48:1b71266af056

Add CAS loop to synchronizedQueueForCas
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Fri, 22 May 2015 18:42:25 +0900
parents 2e7e66ccb3db
children 83ee9c75115a
comparison
equal deleted inserted replaced
45:2e7e66ccb3db 48:1b71266af056
52 struct Allocate { 52 struct Allocate {
53 long size; 53 long size;
54 enum Code next; 54 enum Code next;
55 enum Code after_put; 55 enum Code after_put;
56 enum Code after_get; 56 enum Code after_get;
57 enum Code after_fail;
57 } allocate; 58 } allocate;
58 }; 59 };