HomeSort by: relevance | last modified time | path
    Searched defs:alarm_fn (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libc/stdio/
h_intr.c 75 static void (*alarm_fn)(int); /* real/dummy alarm fn. */ variable in typeref:typename:void (*)(int)
161 alarm_fn(opts.tmout);
188 alarm_fn(0);
470 alarm_fn = alarmtimer;
506 alarm_fn = dummytimer;
544 if (alarm_fn == dummytimer)

Completed in 13 milliseconds