Home | History | Annotate | Download | only in coregrind

Lines Matching defs:usecs

222    unsigned int usecs;
244 usecs = 1000 * max_invoke_ms;
251 usecs = 0;
254 // 0 usecs here means the thread just has to check gdbserver eats
257 if (usecs == 0 || usecs > 1000 * 1000)
258 usecs = 1000 * 1000;
260 usleep(usecs);