Revision 6b81f4fa include/clockedthreadpool.h
include/clockedthreadpool.h | ||
---|---|---|
113 | 113 |
* Inserts a new task in the task queue. Internal use only. |
114 | 114 |
*/ |
115 | 115 |
virtual void insertTask(cMessage* msg, simtime_t duration); |
116 |
|
|
117 |
/** |
|
118 |
* Used By cSpinningThreadpool |
|
119 |
* Returns true if msg is scheduled before the minimal Barrier (barrierMin). |
|
120 |
* Returns false otherwise. |
|
121 |
*/ |
|
122 |
virtual bool isBeforeBarrier(cMessage* msg); |
|
116 | 123 |
//}@ |
117 | 124 |
}; |
118 | 125 |
|
Also available in: Unified diff