Home
last modified time | relevance | path

Searched refs:runonce_example (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/modules/examples/executor/
H A Dexecutor.c47 static int runonce_example(void);
63 runonce_example(void) { in runonce_example() function
77 RUN_ONCE(&ctl, runonce_example); in callout_example()