source: CIVL/text/include/concurrency.cvh@ ca5efc4

1.23 2.0 main test-branch
Last change on this file since ca5efc4 was 4208097, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

Added separated libraries for civl (including civl implementation and library enabler/evaluator/executor); modified the examples in example/library/civlc accordingly;

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@1326 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 197 bytes
Line 
1/* This header file contains the function prototypes for concurrency. */
2
3#ifdef __CONCURRENCY__
4#else
5#define __CONCURRENCY__
6
7#include <concurrency-common.cvh>
8#include <concurrency.cvl>
9
10#endif
Note: See TracBrowser for help on using the repository browser.