OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bgtimer
(Results
1 - 1
of
1
) sorted by null
/external/libppp/src/
prompt.c
541
static struct pppTimer
bgtimer
;
variable in typeref:struct:pppTimer
552
timer_Stop(&
bgtimer
);
559
bgtimer
.func = prompt_TimedContinue;
560
bgtimer
.name = "prompt bg";
561
bgtimer
.load = SECTICKS;
562
bgtimer
.arg = p;
563
timer_Start(&
bgtimer
);
Completed in 30 milliseconds