Lines Matching defs:critical
13 * - Each thread contains two contiguous critical sections. One for each race.
43 /* The time signature of a code path containing a critical section. */
45 /* The delay until the start of the critical section */
47 /* The length of the critical section */
55 * used instead of a.return_t if the ad and bd critical sections
56 * overlap. This may result in the critical section of a never being
128 int critical = 0;
148 critical++;
158 if (critical > 100) {
164 tst_res(critical > 50 ? TPASS : TFAIL, "%d| =:%-4d", i, critical);