comparison VSs.h @ 11:ed268fc7376a

minor fixes
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 15 Aug 2012 17:05:02 +0200
parents 832bc715fbf2
children f56e3beac86b
comparison
equal deleted inserted replaced
9:a63d0ab10c53 11:1351a8a23f03
71 VSsTaskType *taskType; 71 VSsTaskType *taskType;
72 int32 *taskID; 72 int32 *taskID;
73 int32 numBlockingProp; 73 int32 numBlockingProp;
74 SlaveVP *slaveAssignedTo; 74 SlaveVP *slaveAssignedTo;
75 VSsPointerEntry **ptrEntries; 75 VSsPointerEntry **ptrEntries;
76 void* parentTasksStub; 76 void* parentTaskStub;
77 int32 numLiveChildTasks; 77 int32 numLiveChildTasks;
78 int32 numLiveChildThreads; 78 int32 numLiveChildThreads;
79 bool32 isWaitingForChildTasksToEnd; 79 bool32 isWaitingForChildTasksToEnd;
80 bool32 isWaitingForChildThreadsToEnd; 80 bool32 isWaitingForChildThreadsToEnd;
81 bool32 isEnded; 81 bool32 isEnded;