KallistiOS
##version##
|
Object type backing kthread_once. More...
#include <kos/once.h>
Data Fields | |
int | initialized |
int | run |
Object type backing kthread_once.
This object type should always be initialized with the KTHREAD_ONCE_INIT macro.
int kthread_once_t::initialized |
int kthread_once_t::run |