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

  /src/sys/modules/examples/executor/
executor.c 46 static void callout_example(void *);
69 * callout_example : This function should get executed every second.
76 callout_example(void *arg) { function in typeref:typename:void
97 callout_reset(&sc, mstohz(1000), callout_example, NULL);
executor.c 46 static void callout_example(void *);
69 * callout_example : This function should get executed every second.
76 callout_example(void *arg) { function in typeref:typename:void
97 callout_reset(&sc, mstohz(1000), callout_example, NULL);

Completed in 24 milliseconds