assigns workerID to the workerTR
[IRC.git] / Robust / src / Runtime / oooJava / rcr_runtime.h
1 #ifndef RCR_RUNTIME_H
2 #define RCR_RUNTIME_H
3
4 extern __thread struct trQueue * TRqueue;
5 extern __thread int myWorkerID;
6
7 void * workerTR(void *);
8
9 #endif