Lines Matching defs:bd
54 * windows for each thread. bd.return_t is ignored, but ad.return_t is
55 * used instead of a.return_t if the ad and bd critical sections
62 const struct window bd;
71 .ad = { 0, 1, 0 }, .bd = { 0, 1, 0 } },
73 .ad = { 0, 1, 0 }, .bd = { 0, 20, 0 } },
75 .ad = { 1, 10, 0 }, .bd = { 1, 10, 0 } },
105 const struct window bd = to_abs(races[i].bd);
106 int now, fin = MAX(b.return_t, bd.return_t);
113 if (now == bd.critical_s || now == bd.critical_t)