EM-ODP
3.7.0
Event Machine on ODP
|
#include <event_machine/api/event_machine_types.h>
#include <event_machine/platform/event_machine_hw_types.h>
Go to the source code of this file.
Functions | |
em_queue_group_t | em_queue_group_create (const char *name, const em_core_mask_t *mask, int num_notif, const em_notif_t notif_tbl[]) |
em_queue_group_t | em_queue_group_create_sync (const char *name, const em_core_mask_t *mask) |
em_status_t | em_queue_group_delete (em_queue_group_t queue_group, int num_notif, const em_notif_t notif_tbl[]) |
em_status_t | em_queue_group_delete_sync (em_queue_group_t queue_group) |
em_status_t | em_queue_group_modify (em_queue_group_t queue_group, const em_core_mask_t *new_mask, int num_notif, const em_notif_t notif_tbl[]) |
em_status_t | em_queue_group_modify_sync (em_queue_group_t queue_group, const em_core_mask_t *new_mask) |
em_queue_group_t | em_queue_group_find (const char *name) |
em_status_t | em_queue_group_get_mask (em_queue_group_t queue_group, em_core_mask_t *mask) |
size_t | em_queue_group_get_name (em_queue_group_t queue_group, char *name, size_t maxlen) |
em_queue_group_t | em_queue_group_get_first (unsigned int *num) |
em_queue_group_t | em_queue_group_get_next (void) |
em_queue_t | em_queue_group_queue_get_first (unsigned int *num, em_queue_group_t queue_group) |
em_queue_t | em_queue_group_queue_get_next (void) |
uint64_t | em_queue_group_to_u64 (em_queue_group_t queue_group) |