38#define KTHREAD_ONCE_INIT 0
Various common macros used throughout the codebase.
volatile int kthread_once_t
Object type backing kthread_once.
Definition once.h:35
int kthread_once(kthread_once_t *once_control, void(*init_routine)(void))
Run a function once.