Mercurial > hg > GearsTemplate
comparison src/parallel_execution/SynchronizedQueue.cbc @ 468:ac244346c85d
Change used interface syntax from #include to #interface
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 Dec 2017 18:10:56 +0900 |
parents | 8d7e5d48cad3 |
children | f985815ad032 |
comparison
equal
deleted
inserted
replaced
467:4ec61e201c19 | 468:ac244346c85d |
---|---|
1 #include "../context.h" | 1 #include "../context.h" |
2 #include "Queue.h" | 2 #interface "Queue.h" |
3 #include "Atomic.h" | 3 #interface "Atomic.h" |
4 | 4 |
5 #include <stdio.h> | 5 #include <stdio.h> |
6 | 6 |
7 /* | 7 /* |
8 * Nonnon-blocking queue of Paper: Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms(https://www.research.ibm.com/people/m/michael/podc-1996.pdf). | 8 * Nonnon-blocking queue of Paper: Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms(https://www.research.ibm.com/people/m/michael/podc-1996.pdf). |