Lines Matching defs:executing
45 volatile uint8_t executing;
101 ap->executing = 1;
200 int executing;
208 executing = 0;
215 if (ap->executing == 0) {
220 /* If calling from other context, mark that alarm is executing
224 executing++;
239 if (ap->executing == 0) {
245 executing++;
254 /* Yield control to a second thread executing eal_alarm_callback to avoid
258 } while (executing != 0);