Go to the source code of this file.
Data Structures | |
struct | most_conf_sync |
struct | most_sync_rt_dev |
struct | most_sync_rt_file |
Functions | |
static void | most_conf_sync_init (struct most_conf_sync *sync) |
static void | most_conf_sync_destroy (struct most_conf_sync *sync) |
Definition in file most-sync-rt.h.
static void most_conf_sync_init | ( | struct most_conf_sync * | sync | ) | [inline, static] |
Initialises a struct most_conf_sync at runtime.
[out] | sync | the structure to initialise |
Definition at line 84 of file most-sync-rt.h.
References most_conf_sync::wait_read_write, and most_conf_sync::wait_reconfigure.
Referenced by most_sync_rt_probe().
static void most_conf_sync_destroy | ( | struct most_conf_sync * | sync | ) | [inline, static] |
Deinitialises a struct most_conf_sync at runtime.
[in] | sync | the structure to initialise |
Definition at line 95 of file most-sync-rt.h.
References most_conf_sync::wait_read_write.
Referenced by most_sync_rt_remove().