Lines Matching defs:delay
49 * the start or end. The delay times are cubed to ensure that a delay
70 /* Scale all the delay times by this function. The races become harder
79 /* The delay until the start of the critical section */
83 /* The remaining delay until the method returns */
151 static void delay(const int t)
169 delay(b.critical_s);
172 delay(b.critical_t);
175 delay(b.return_t);
193 delay(a.critical_s);
196 delay(a.critical_t);
199 delay(a.return_t);